coef.cv.MLGL {MLGL}R Documentation

Get coefficients from a cv.MLGL object

Description

Get coefficients from a cv.MLGL object

Usage

## S3 method for class 'cv.MLGL'
coef(object, s = c("lambda.1se", "lambda.min"), ...)

Arguments

object

cv.MLGL object

s

Either "lambda.1se" or "lambda.min"

...

Not used. Other arguments to predict.

Value

A matrix with estimated coefficients for given values of s.

Author(s)

Quentin Grimonprez

See Also

cv.MLGL, predict.cv.MLGL


[Package MLGL version 1.0.0 Index]