Learn R Programming

season (version 0.2-6)

summary.monthglm: Summary for a monthglm

Description

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

Usage

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

Arguments

object
a monthglm object produced by nscosinor.
x
a summary.monthglm object produced by summary.monthglm.
...
further arguments passed to or from other methods.

Value

  • nsample size.
  • month.estsparameter estimates for the intercept and months.
  • month.effectscale of the monthly effects. RR for rate ratios, OR for odds ratios, or empty otherwise.
  • xObject of class monthglm
  • objectObject of class monthglm
  • ...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 oddsratios.

See Also

monthglm, plot.monthglm