confint.trim | R Documentation |
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.
## S3 method for class 'trim'
confint(object, parm = c("imputed", "fitted"), level = 0.95, ...)
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] |
Other analyses:
coef.trim()
,
gof()
,
index()
,
now_what()
,
overall()
,
overdispersion()
,
plot.trim.index()
,
plot.trim.overall()
,
plot.trim.smooth()
,
results()
,
serial_correlation()
,
summary.trim()
,
totals()
,
trendlines()
,
trim()
,
vcov.trim()
,
wald()
data(skylark2)
z <- trim(count ~ site + year, data=skylark2, model=3)
CI <- confint(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.