coef {SALES} | 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
[Package SALES version 1.0.2 Index]