summary.monthglm: Summary for a Monthglm

View source: R/summary.monthglm.R

summary.monthglmR Documentation

Summary for a Monthglm

Description

The default summary method for a monthglm object produced by monthglm.

Usage

## S3 method for class 'monthglm'
summary(object, ...)

Arguments

object

a monthglm object produced by nscosinor.

...

further arguments passed to or from other methods.

Details

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.

Value

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 monthglm

object

object of class monthglm

list()

further arguments passed to or from other methods.

Author(s)

Adrian Barnett a.barnett@qut.edu.au

See Also

monthglm, plot.monthglm


season documentation built on March 21, 2022, 9:10 a.m.