Description Usage Arguments Value Examples
View source: R/knockoff_filters.R
Select variables based on (heuristic) mode of multiple variable selections
1 | multi_select(S, p, trim = 0.5)
|
S |
list of variable selection indices |
p |
number of variables. Each element of the list of selection indices should be a subset of 1:p. |
trim |
trimming probability threshold. A sensible default is |
a single "most frequent" variable selection among the multiple selections in S.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.