summary.Cosinor {season} | R Documentation |
The default print method for a Cosinor
object produced by cosinor
.
## S3 method for class 'Cosinor': summary(object, ...) ## S3 method for class 'summary.Cosinor': print(x, ...)
object |
a Cosinor object produced by cosinor . |
x |
a summary.Cosinor object produced by
summary.Cosinor . |
... |
further arguments passed to or from other methods. |
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.
n |
sample size. |
amp |
estimated amplitude. |
amp.scale |
the scale of the estimated amplitude (empty for standard regression; ‘probability scale’ for logistic regession; ‘absolute scale’ for Poisson regression). |
phase |
estimated peak phase on a time scale. |
lphase |
estimated low phase on a time scale (half a year after/before phase ). |
significant |
statistically significant sinusoid (TRUE/FALSE). |
alpha |
statistically significance level. |
Adrian Barnett a.barnett<at>qut.edu.au
cosinor
, plot.Cosinor
, invyrfraction