plot.trim.overall function

Plot overall slope

Plot overall slope

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

## S3 method for class 'trim.overall' plot(x, ...)

Arguments

  • x: An object of class trim.overall (returned by overall)
  • ...: Further options passed to plot

Examples

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

See Also

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

  • Maintainer: Patrick Bogaart
  • License: EUPL
  • Last published: 2024-06-21