Description Usage Arguments Value Author(s) References Examples
Function to perform stability selection
1 2 3 4 |
x |
Design matrix (without intercept). |
y |
Response vector. |
EV |
Bound for expected number of false positives. |
threshold |
Threshold for selection frequency. Must be in (0.5, 1). |
B |
Number of sub-sample iterations. |
fraction |
Fraction of data used at each of the B sub-samples. |
model.selector |
Function to perform model selection. Default is
|
args.model.selector |
Named list of further arguments for
function |
parallel |
Should parallelization be used? (logical) |
ncores |
Number of cores used for parallelization. |
verbose |
Should information be printed out while computing (logical). |
selected |
Vector of selected predictors. |
freq |
Vector of selection frequencies. |
q |
Size of fitted models in order to control error rate at desired level. |
Lukas Meier
Meinshausen, N. and Bühlmann, P. (2010) Stability selection (with discussion). Journal of the Royal Statistical Society: Series B 72, 417–473.
Bühlmann, P., Kalisch, M. and Meier, L. (2014) High-dimensional statistics with a view towards applications in biology. Annual Review of Statistics and its Applications 1, 255–278
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.