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

Description Usage Arguments Value Author(s) See Also

View source: R/predict.R

Description

Get coefficients from a MLGL object

Usage

1
2
## S3 method for class 'MLGL'
coef(object, s = NULL, ...)

Arguments

object

MLGL 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

MLGL, predict.MLGL


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