| summary.trim | R Documentation |
Print a summary of a trim object.
## S3 method for class 'trim'
summary(object, ...)
object |
an object of class |
... |
Currently unused |
A list of class trim.summary containing the call that
created the object, the model code, the coefficients (in additive and
multiplicative form) , the goodness of fit parameters,the overdispersion
and the serial correlation parameters (if computed).
trim
Other analyses:
coef.trim(),
confint.trim(),
gof(),
index(),
now_what(),
overall(),
overdispersion(),
plot.trim.index(),
plot.trim.overall(),
plot.trim.smooth(),
results(),
serial_correlation(),
totals(),
trendlines(),
trim(),
vcov.trim(),
wald()
data(skylark)
z <- trim(count ~ site + time, data=skylark, model=2, overdisp=TRUE)
summary(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.