summary {familiar} | R Documentation |
Model summaries
Description
summary
produces model summaries.
Usage
summary(object, ...)
## S4 method for signature 'familiarModel'
summary(object, ...)
Arguments
object |
a familiarModel object |
... |
additional arguments passed to |
Details
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.
Value
Depends on underlying model. See the documentation for the particular models.
[Package familiar version 1.4.8 Index]