feature_selection: Title Features Selection

Description Usage Arguments Value Examples

Description

Title Features Selection

Usage

1
feature_selection(x, y, method = "RF", ...)

Arguments

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

Value

a list of important variables

Examples

1
2
3
# feature_selection(x, y, method='RF')
# feature_selection(x[, 1:30], y, method='BIC')
# feature_selection(x, y, method='FDR_screening')

HBPMedical/CCC documentation built on May 28, 2019, 12:40 p.m.