coef {gcdnet} | R 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
.
[Package gcdnet version 1.0.6 Index]