FDR_selection: Title Feature Selection Using FDR selection

Description Usage Arguments Value Examples

Description

Title Feature Selection Using FDR selection

Usage

1
FDR_selection(x, y, q = 0.05, eta = 0.1)

Arguments

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.

Value

Returns a list of the selected variables

Examples

1
# FDR_selection(x, y, q = 0.001, eta = 0.1)

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