confint.trim: Compute time-totals confidence interval

Description Usage Arguments See Also Examples

View source: R/trim_post.R

Description

Computes confidence intervals for the time-totals of a TRIM model. Both imputed and fitted time-totals are supported, and the confidence level can be specified.

Usage

1
2
## S3 method for class 'trim'
confint(object, parm = c("imputed", "fitted"), level = 0.95, ...)

Arguments

object

a TRIM output object

parm

parameter specification: imputed or fitted time-totals.

level

the confidence level required.

...

not used [included for R compatibility reasons]

See Also

Other analyses: coef.trim(), gof(), index(), now_what(), overall(), overdispersion(), plot.trim.index(), plot.trim.overall(), results(), serial_correlation(), summary.trim(), totals(), trim(), vcov.trim(), wald()

Examples

1
2
3
data(skylark2)
z <- trim(count ~ site + year, data=skylark2, model=3)
CI <- confint(z)

Example output

Welcome to rtrim 2.0.6 Type ?`rtrim-package` to get started.

Attaching package: 'rtrim'

The following object is masked from 'package:stats':

    heatmap

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