View source: R/get_importance.R
get_importance | R Documentation |
This function returns variable importance metrics (either "impurity" or "permutation") for each of the covariates included in random forest adjustment estimation with respect to the response variable and the explanatory variable of interest.
get_importance(rfa)
rfa |
an 'rfa()' fitted object |
To return importance metrics, in 'rfa()' the argument 'importance' must be set to either "impurity" or "permutation" (quoted).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.