# NOT RUN {
## Example of selection by filter
library(caret)
library(specmine.datasets)
data(cachexia)
rfe.result = filter_feature_selection(cachexia$data,
cachexia$metadata$Muscle.loss, functions = caret::rfSBF,
method = "cv")
# }
Run the code above in your browser using DataLab