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

View source: R/predict.R

coef.cv.MLGLR 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


MLGL documentation built on March 31, 2023, 9:32 p.m.