ensr {ensr} | R Documentation |
Elastic Net SearcheR
Description
Search a grid of values of alpha and lambda for minimum mean CV error
Usage
ensr(x, y, alphas = seq(0, 1, length = 10), nlambda = 100L,
standardize = TRUE, nfolds = 10L, foldid, ...)
Arguments
x |
|
y |
response |
alphas |
a sequence of alpha values |
nlambda |
The number of |
standardize |
Logical flag for x variable standardization, prior to
fitting the model sequence. The coefficients are always returned on
the original scale. Default is |
nfolds |
number of folds - default is 10. Although |
foldid |
an optional vector of values between 1 and |
... |
Other arguments that can be passed to |