View source: R/model_var_contrib.R
model_var_contrib | R Documentation |
model_var_contrib helps to explore variable contribution of
Maxent models created as final models with the functions kuenm_mod
or kuenm_mod_swd
. Variable contribution is measured based on
metrics of contribution percentage, permutation importance, and, if existent,
a jackknife analysis.
model_var_contrib(fmod.dir, model_name = NULL, project, ext.type)
fmod.dir |
(character) the name of the folder in which final models are
(e.g., the output folder after using the |
model_name |
(character) pattern to be searched when finding the model of
interest. This pattern does not include the pattern of |
project |
(logical) if TRUE, it is assumed that models were projected to other scenarios (this must be always true if models were produced in SWD format). |
ext.type |
(character) vector of pattern(s) to be searched in the
folders inside |
When models are created with replicates, the values returned correspond to the average of such replicates.
A list with results of variable contribution, permutation importance, and jackknife results. If multiple models are evaluated, a nested list with results for all models is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.