intrinsic_control {flevr} | R Documentation |
Control parameters for intrinsic variable selection
Description
Control parameters for SPVIM-based intrinsic variable selection.
Usage
intrinsic_control(
quantity = "gFWER",
base_method = "Holm",
fdr_method = "Holm",
q = 0.2,
k = 5
)
Arguments
quantity |
the desired quantity for error-rate control: possible values
are |
base_method |
the family-wise error rate controlling method to use for
obtaining the initial set of selected variables. Possible values are
|
fdr_method |
the method for controlling the FDR (if
|
q |
the desired proportion of false positives (only used if
|
k |
the desired number of family-wise errors (an integer, greater than or equal to zero.) |
Value
a list with the control parameters.
Examples
control <- intrinsic_control(quantity = "gFWER", base_method = "Holm", fdr_method = "Holm",
k = 1)
control