coef | R Documentation |
Extract model coefficients
coef(object, ...)
## S4 method for signature 'familiarModel'
coef(object, ...)
object |
a familiarModel object |
... |
additional arguments passed to |
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.
Coefficients extracted from the model in the familiarModel object, if any.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.