Learn R Programming

DLASSO (version 2.0.2)

coef.dlasso: 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 dlasso
coef(object , ...)

Arguments

object

dlasso object.

...

Not working.

Value

A matrix of extracted coefficients.

See Also

dlasso,plot.dlasso

Examples

Run this code
  example(dlasso)

Run the code above in your browser using DataLab