plot.trim.smooth: Plot overall slope

View source: R/trim_smooth.R

plot.trim.smoothR Documentation

Plot overall slope

Description

Creates a plot of the overall slope, its 95% confidence band, the total population per time and their 95% confidence intervals.

Usage

## S3 method for class 'trim.smooth'
plot(x, imputed = TRUE, ...)

Arguments

x

An object of class trim.overall (returned by overall)

imputed

[logical] Toggle to show imputed counts

...

Further options passed to plot

See Also

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

Examples

data(skylark)
m <- trim(count ~ site + time, data=skylark, model=2)
plot(overall(m))


rtrim documentation built on June 22, 2024, 10:39 a.m.