Description Usage Arguments Value Examples
Sure independence screening followed by lasso
1 2 3 4 5 6 7 8 9 |
x |
An |
y |
A response vector of size |
num_keep |
Number of variables to keep in the screening phase |
... |
other arguments to be passed to the |
An object of S3 class "cv.hier".
nThe sample size.
pThe number of main effects.
fitThe whole cv.glmnet fit object.
compactA compact representation of the selected variables. compact has three columns, with the first two columns representing the indices of a selected variable (main effects with first index = 0), and the last column representing the estimate of coefficients.
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.