coef.dlasso: Extract coefficients from a fitted dlasso model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/main.R

Description

While dlasso() produces the entire path of solutions, coef.dlasso extracts a particular point along the path corresponded to the minimum AIC, BIC, GIC or GCV.

Usage

1
2
## S3 method for class 'dlasso'
coef(object , ...)

Arguments

object

dlasso object.

...

Not working.

Value

A matrix of extracted coefficients.

Author(s)

Hamed Haselimashhadi <hamedhaseli@gmail.com>

See Also

dlasso,plot.dlasso

Examples

1

DLASSO documentation built on May 1, 2019, 9:26 p.m.

Related to coef.dlasso in DLASSO...