coef.dlasso {DLASSO}R Documentation

Extract coefficients from a fitted dlasso model

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

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

  example(dlasso)

[Package DLASSO version 2.0.2 Index]