Extract model coefficients
coef(object, ...)# S4 method for familiarModel
coef(object, ...)
Coefficients extracted from the model in the familiarModel object, if any.
a familiarModel object
additional arguments passed to coef
methods for the underlying
model, when available.
This method extends the coef
S3 method. For some models coef
requires information that is trimmed from the model. In this case a copy of
the model coefficient is stored with the model, and returned.