coef.iregnet: Extract model coefficients from iregnet object

Description Usage Arguments

View source: R/coef.iregnet.R

Description

Returns the model coefficients for the fit iregnet object. One model is fit for each lambda value in object$lambda. Each of these is returned in a single matrix of size nvars * nobs.

Usage

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

Arguments

object

The S3 object of type iregnet returned by the iregnet method.

...

Optional arguments. Currently unused.


anujkhare/iregnet documentation built on Aug. 23, 2019, 8:24 p.m.