I am running MaxEnt modeling for my target species distribution. There I need to select the least correlated variables to avoid multicollinearity. This multicollinearity can be tested using various tests such as Pearson's correlation coefficient (r), Variance inflation factor (VIF), and Principal component analysis (PCA). Among these, I find PCA a bit difficult to understand. My questions are
1). Can I go with any one of these methods, to check collinearity?
2). Which one of the tests is the best? if any.
3). Will it be okay if I only go with Pearson's correlation coefficient (r)? Will it make my result and interpretation sufficient?