Description Usage Arguments Value Examples
Title Feature Selection Using FDR selection
1 | FDR_selection(x, y, q = 0.05, eta = 0.1)
|
x |
data matrix |
y |
categorical variable (factor) |
q |
adjusted p value threshold level. The chosen variables will have adjusted p value smaller than q |
eta |
eta squared threshold, the chosen variables will have eta value greater then eta. |
Returns a list of the selected variables
1 | # FDR_selection(x, y, q = 0.001, eta = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.