powered by
Plots the estimated from a generalized linear model with a categorical variable of month.
# S3 method for monthglm plot(x, alpha=0.05, ylim=NULL, ...)
a monthglm object produced by monthglm.
monthglm
statistical significance level of confidence intervals.
y coordinates ranges (the default is NULL, and the limits are automatically calculated).
additional arguments passed to the plot.
# NOT RUN { data(CVD) mmodel = monthglm(formula=cvd~1, data=CVD, family=poisson(), offsetpop=expression(pop/100000), offsetmonth=TRUE, refmonth=6) plot(mmodel) # }
Run the code above in your browser using DataLab