results | R Documentation |
collect observed, modelled, and imputed counts from TRIM output
results(z)
z |
TRIM output structure (i.e., output of a call to |
A data.frame
, one row per site-time combination, with columns for
site, year, month (optionally), observed counts, modelled counts and imputed counts.
Missing observations are marked as NA
.
Other analyses:
coef.trim()
,
confint.trim()
,
gof()
,
index()
,
now_what()
,
overall()
,
overdispersion()
,
plot.trim.index()
,
plot.trim.overall()
,
plot.trim.smooth()
,
serial_correlation()
,
summary.trim()
,
totals()
,
trendlines()
,
trim()
,
vcov.trim()
,
wald()
data(skylark)
z <- trim(count ~ site + time, data=skylark, model=2);
out <- results(z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.