## Not run:
# ## Example of recursive feature elimination
# data(cachexia)
# library(caret)
# rfe.result = recursive_feature_elimination(cachexia$data,
# cachexia$metadata$Muscle.loss, functions = caret::rfFuncs,
# method = "cv", number = 3, subsets = 2^(1:6))
# ## End(Not run)
Run the code above in your browser using DataLab