coef.MLGL {MLGL} | R Documentation |
Get coefficients from a MLGL
object
Description
Get coefficients from a MLGL
object
Usage
## S3 method for class 'MLGL'
coef(object, s = NULL, ...)
Arguments
object |
|
s |
values of lambda. If NULL, use values from object |
... |
Not used. Other arguments to predict. |
Value
A matrix with estimated coefficients for given values of s.
Author(s)
Quentin Grimonprez
See Also
[Package MLGL version 1.0.0 Index]