summary.trim: Summary information for a TRIM job

Description Usage Arguments Value See Also Examples

View source: R/trim_post.R

Description

Print a summary of a trim object.

Usage

1
2
## 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(), results(), serial_correlation(), totals(), trim(), vcov.trim(), wald()

Examples

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

summary(z)

rtrim documentation built on April 21, 2020, 5:06 p.m.