Arguments
lambda.2
tuning parameter value for the ridge penalty (see details). If a sequence of lambda.2 values is supplied, K-fold cross-validation is performed.
eta
sparsity parameter \(\eta\) (see details).
C
parameter for the initial estimator (see details). It could also be "cv" or "scaled.lasso", in which case cross-validation or the scaled lasso are applied to estimate the initial estimator.
K
number of folds in cross-validation.
sigma.error
error standard deviation. If NULL, scaled lasso is then applied to estimate it.
verbose
whether computation progress should be printed.