Summary of variables importance of the models
summary_var_importance(performances, number.rows)
the result from training the models.
number of variables to display.
Returns list with the variables importance of each model.
# NOT RUN {
## Example of getting a summary of variables importance
data(cachexia)
training.result = train_models_performance(cachexia, "pls",
"Muscle.loss", "cv")
result = summary_var_importance(training.result, 10)
# }
Run the code above in your browser using DataLab