plot.monthglm {season} | R Documentation |
Plots the estimated from a generalized linear model with a categorical independent variable of month.
## S3 method for class 'monthglm': plot(x,...)
x |
a monthglm object produced by monthglm . |
... |
additional arguments passed to the plot. |
Adrian Barnett a.barnett<at>qut.edu.au
monthglm
data(CVD) mmodel<-monthglm(formula=cvd~1,data=CVD,family=poisson(), offsetpop=pop/100000,offsetmonth=TRUE,refmonth=6) plot(mmodel)