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

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


[Package MLGL version 1.0.0 Index]