coef.MLGL {MLGL} | R Documentation |
MLGL
objectGet coefficients from a MLGL
object
## S3 method for class 'MLGL' coef(object, s = NULL, ...)
object |
|
s |
values of lambda. If NULL, use values from object |
... |
Not used. Other arguments to predict. |
A matrix with estimated coefficients for given values of s.
Quentin Grimonprez