Description Usage Arguments Value
View source: R/select_sdmVariables.R
Removes the variable that contributed the least to a default Maxent model and had a VIF greater than a user-defined value until all variables used in the species distribution model have VIFs less than the user-defined value.
1 | select_sdmVariables(predictor_vars, maxVIF)
|
predictor_vars |
raster stack of variables to be used as potential predictor variables |
maxVIF |
numeric value that denotes the maximum allowed VIF value among predictor variables. |
A raster stack of predictor variables that has been reduced to limit potential problems with multicollinearity.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.