plot.trim.overall | R Documentation |
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, ...)
x |
An object of class |
... |
Further options passed to |
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()
data(skylark)
m <- trim(count ~ site + time, data=skylark, model=2)
plot(overall(m))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.