Description Usage Arguments Value Author(s) Examples
Estimates a model from bootstap counts. The objective is to maximize accuracy while controlling the false discovery rate of selected variables. Developed for high-dimensional models with number of variables in the order of at least 10000.
1 2 |
data |
Matrix of variable presence counts. One column for each variable, one row for each parameter value (e.g. levels of regularization). |
B |
Number of bootstraps used to construct |
fdr |
Vector of target false discovery rates to return selections for |
mc.cores |
Number of threads to run in parallel (1 turns of parallelization) |
only.first |
Skip second part of algorithm. Saves time but gives worse results. |
A list with components
selection |
matrix (one row for each fdr target, one column for each variable) |
q |
vector of q-values, one for each variable |
level |
index of most separating parameter value |
alt.prop |
estimated proportion of alternative variables |
Jonatan Kallus, kallus@chalmers.se
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.