plot.monthglm {season}R Documentation

Plot of monthly estimates

Description

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

Usage

## S3 method for class 'monthglm':
plot(x,...)

Arguments

x a monthglm object produced by monthglm.
... additional arguments passed to the plot.

Author(s)

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

See Also

monthglm

Examples

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

[Package season version 0.2-3 Index]