powered by
Print a summary of a trim object.
trim
# S3 method for trim summary(object, ...)
an object of class trim.
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).
list
trim.summary
Other analyses: coef.trim(), confint.trim(), gof(), index(), now_what(), overall(), overdispersion(), plot.trim.index(), plot.trim.overall(), results(), serial_correlation(), totals(), trim(), vcov.trim(), wald()
coef.trim()
confint.trim()
gof()
index()
now_what()
overall()
overdispersion()
plot.trim.index()
plot.trim.overall()
results()
serial_correlation()
totals()
trim()
vcov.trim()
wald()
# NOT RUN { data(skylark) z <- trim(count ~ site + time, data=skylark, model=2, overdisp=TRUE) summary(z) # }
Run the code above in your browser using DataLab