View source: R/summary.monthglm.R
summary.monthglm | R Documentation |
The default summary method for a monthglm
object produced by
monthglm
.
## S3 method for class 'monthglm' summary(object, ...)
object |
a |
... |
further arguments passed to or from other methods. |
The estimates are the mean, 95% confidence interval, Z-value and associated p-value (comparing each month to the reference month). If Poisson regression was used then the estimates are shown as rate ratios. If logistic regression was used then the estimates are shown as odds ratios.
n |
sample size. |
month.ests |
parameter estimates for the intercept and months. |
month.effect |
scale of the monthly effects. ‘RR’ for ‘rate ratios’, ‘OR’ for ‘odds ratios’, or empty otherwise. |
x |
object of class |
object |
object of class |
list() |
further arguments passed to or from other methods. |
Adrian Barnett a.barnett@qut.edu.au
monthglm
, plot.monthglm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.