Learn R Programming

gcdnet (version 1.0.6)

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

Value

Coefficients extracted from the model object object.

Arguments

object

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

...

other arguments.

See Also

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