plot.monthglm: Plot of monthly estimates

Description Usage Arguments Author(s) See Also Examples

View source: R/plot.monthglm.R

Description

Plots the estimated from a generalized linear model with a categorical variable of month.

Usage

1
2
## S3 method for class 'monthglm'
plot(x, alpha=0.05, ylim=NULL, ...)

Arguments

x

a monthglm object produced by monthglm.

alpha

statistical significance level of confidence intervals.

ylim

y coordinates ranges (the default is NULL, and the limits are automatically calculated).

...

additional arguments passed to the plot.

Author(s)

Adrian Barnett a.barnett<at>qut.edu.au

See Also

monthglm

Examples

1
2
3
4
data(CVD)
mmodel = monthglm(formula=cvd~1, data=CVD, family=poisson(),
                  offsetpop=pop/100000, offsetmonth=TRUE, refmonth=6)
plot(mmodel)

season documentation built on May 2, 2019, 5:22 p.m.