Description Usage Arguments Value
multivariateAnalysisVarImp Extract variable importance parameters from a caret::train object
1 2 | multivariateAnalysisVarImp(caret_res, glmnet_caret = FALSE,
varImp_scale = FALSE)
|
caret_res |
Train object as produced by multivariateAnalysisElasticNet for example |
glmnet_caret |
Boolean to determine whether to use the caret varImp function for glmnet objects (default FALSE) |
varImp_scale |
Boolean to determine whether caret::varImp scale parameter is set to FALSE (default) or TRUE |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.