powered by
Creates a plot of the overall slope, its 95% confidence band, the total population per time and their 95% confidence intervals.
# S3 method for trim.overall plot(x, imputed = TRUE, ...)
An object of class trim.overall (returned by overall)
trim.overall
overall
[logical] Toggle to show imputed counts
[logical]
Further options passed to plot
plot
Other analyses: coef.trim(), confint.trim(), gof(), index(), now_what(), overall(), overdispersion(), plot.trim.index(), results(), serial_correlation(), summary.trim(), totals(), trim(), vcov.trim(), wald()
coef.trim()
confint.trim()
gof()
index()
now_what()
overall()
overdispersion()
plot.trim.index()
results()
serial_correlation()
summary.trim()
totals()
trim()
vcov.trim()
wald()
# NOT RUN { data(skylark) m <- trim(count ~ site + time, data=skylark, model=2) plot(overall(m)) # }
Run the code above in your browser using DataLab