View source: R/plot.monthglm.R
plot.monthglm | R Documentation |
Plots the estimated from a generalized linear model with a categorical variable of month.
## S3 method for class 'monthglm' plot(x, alpha = 0.05, ylim = NULL, ...)
x |
a |
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. |
Adrian Barnett a.barnett@qut.edu.au
monthglm
data(CVD) mmodel = monthglm(formula=cvd~1, data=CVD, family=poisson(), offsetpop=expression(pop/100000), offsetmonth=TRUE, refmonth=6) plot(mmodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.