powered by
Print a summary of a trim object.
trim
# S3 method for trim summary(object, ...)
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).
list
trim.summary
an object of class trim.
Currently unused
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()
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)
Run the code above in your browser using DataLab