ElasLogistic: Elastic-Net logistic regression for a given lambda.
Description
This function makes predictions for Elastic-Net logistic regression for a given value of lambda.
Typical usage is to have the CV.ElasLogistic function compute the optimal lambda, then provide it to
the ElasLogistic function.
the Elastic-Net mixing parameter, with \(0 \le \alpha \le 1\). alpha=1 is the lasso penalty, and alpha=0 the ridge penalty.
alpha.i
by default, the program use the lasso for choosing initial values of
the coefficient vector. alpha.i is the Elastic-Net mixing parameter, with \(0 \le alpha.i \le 1\). alpha.i=1 is the
lasso penalty, and alpha.i=0 the ridge penalty. If alpha.i is assigned as -1, the program will use zeroes
as initial coefficients.
folds
the number of folds for cross-validation.
Value
the estimated coefficients vector.
References
Zou H, Hastie T. (2005). Regularization and variable selection via the elastic net.
J.R. Statist.Soc.B, 67(2):301<U+2013>20.