summary.trim: Summary information for a TRIM job

View source: R/trim_post.R

summary.trimR Documentation

Summary information for a TRIM job

Description

Print a summary of a trim object.

Usage

## S3 method for class 'trim'
summary(object, ...)

Arguments

object

an object of class trim.

...

Currently unused

Value

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).

See Also

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()

Examples


data(skylark)
z <- trim(count ~ site + time, data=skylark, model=2, overdisp=TRUE)

summary(z)

rtrim documentation built on June 22, 2024, 10:39 a.m.