summary {familiar} | R Documentation |
summary
produces model summaries.
summary(object, ...)
## S4 method for signature 'familiarModel'
summary(object, ...)
object |
a familiarModel object |
... |
additional arguments passed to |
This method extends the summary
S3 method. For some models
summary
requires information that is trimmed from the model. In this case
a copy of summary data is stored with the model, and returned.
Depends on underlying model. See the documentation for the particular models.