Learn R Programming

rtrim (version 2.1.1)

summary.trim: Summary information for a TRIM job

Description

Print a summary of a trim object.

Usage

# S3 method for 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

Run this code
# 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