cosinor.PR {cosinor2} | R Documentation |
Calculates Percent Rhythm, the measure of the relative strength of a rhythm.
cosinor.PR(x)
x |
An object of the |
Percent Rhythm is the coefficient of determination obtained by squaring the correlation between observed and estimated values.
fit.temperature<-cosinor.lm(Temperature~time(Time), period = 24, data = temperature_zg)
cosinor.PR(fit.temperature)
fit.november<-population.cosinor.lm(data = PANAS_november, time = PANAS_time,
period = 7)
cosinor.PR(fit.november)