Description Usage Arguments Value Examples
A penalized maximum likelihood estimator using R
1 |
x |
predictors, an n by p matrix with n > 1 and p > 1 |
y |
response, an n-vector with n > 1 |
lam0 |
Initial penalty level. Default is sqrt(2 * log(p)/n) |
LSE |
If TRUE, compute least squares estimates after scaled Lasso selection. Default is FALSE |
sigma |
the estimated noise level |
coef |
the estimated coefficients |
fitted.value |
the fitted value |
residuals |
the residuals |
lse |
the least square estimation after the seletion |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.