| coef.cv.MLGL | R Documentation |
cv.MLGL objectGet coefficients from a cv.MLGL object
## S3 method for class 'cv.MLGL'
coef(object, s = c("lambda.1se", "lambda.min"), ...)
object |
|
s |
Either "lambda.1se" or "lambda.min" |
... |
Not used. Other arguments to predict. |
A matrix with estimated coefficients for given values of s.
Quentin Grimonprez
cv.MLGL, predict.cv.MLGL