coef.cv.MLGL: Get coefficients from a 'cv.MLGL' object

Description Usage Arguments Value Author(s) See Also

View source: R/predict.R

Description

Get coefficients from a cv.MLGL object

Usage

1
2
## 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


MLGL documentation built on Dec. 31, 2019, 3 a.m.