Description Usage Arguments Value
View source: R/remove_singleVariable.R
Removes the variable that contributed the least to a default Maxent model and had a VIF greater than a user-defined value.
1 | remove_singleVariable(pred_vars, th)
|
pred_vars |
raster stack of variables to be used as potential predictor variables |
th |
numeric value that denotes the maximum allowed VIF value among predictor variables. |
A raster stack of predictor variables that has had one variable removed based on its VIF and permutation importance to maxent model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.