coef: Extract Model Coefficients

View source: R/coef.gcdnet.R

coefR Documentation

Extract Model Coefficients

Description

coef is a generic function which extracts model coefficients from objects returned by modeling functions. coefficients is an alias for it.

Usage

coef(object, ...)

Arguments

object

an object for which the extraction of model coefficients is meaningful.

...

other arguments.

Value

Coefficients extracted from the model object object.

See Also

coef.gcdnet, coef.erpath, coef.lspath, coef.hsvmpath, coef.logitpath, coef.sqsvmpath.


gcdnet documentation built on Aug. 14, 2022, 9:05 a.m.

Related to coef in gcdnet...