Description Usage Arguments Value Examples
Title Features Selection
1 | feature_selection(x, y, method = "RF", ...)
|
x |
Data matrix |
y |
Dependent variable |
method |
The method to be used for the feature selection: Random forest, AIC, AIC with MSFDR or BIC |
... |
further arguments to be passed to or from other methods |
a list of important variables
1 2 3 | # feature_selection(x, y, method='RF')
# feature_selection(x[, 1:30], y, method='BIC')
# feature_selection(x, y, method='FDR_screening')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.