Learn R Programming

season (version 0.2-6)

summary.Cosinor: Summary for a cosinor

Description

The default print method for a Cosinor object produced by cosinor.

Usage

## S3 method for class 'Cosinor':
summary(object, digits=2, ...)
## S3 method for class 'summary.Cosinor':
print(x, ...)

Arguments

object
a Cosinor object produced by cosinor.
x
a summary.Cosinor object produced by summary.Cosinor.
digits
minimal number of significant digits, see print.default
...
further arguments passed to or from other methods.

Value

  • nsample size.
  • ampestimated amplitude.
  • amp.scalethe scale of the estimated amplitude (empty for standard regression; probability scale for logistic regession; absolute scale for Poisson regression).
  • phaseestimated peak phase on a time scale.
  • lphaseestimated low phase on a time scale (half a year after/before phase).
  • significantstatistically significant sinusoid (TRUE/FALSE).
  • alphastatistically significance level.

Details

Summarises the sinusoidal seasonal pattern and tests whether there is statistically significant seasonality (assuming a smooth sinusoidal pattern). The amplitude describes the average height of the sinusoid, and the phase describes the location of the peak. The scale of the amplitude depends on the link function. For logistic regression the amplitude is given on a probability scale. For Poisson regression the amplitude is given on an absolute scale.

See Also

cosinor, plot.Cosinor, invyrfraction