print.summary.cosinor.lm {cosinor} | R Documentation |
Print the summary of a cosinor model
Description
Print the summary of a cosinor model
Usage
## S3 method for class 'summary.cosinor.lm'
print(x, ...)
Arguments
x |
An object of class |
... |
Currently unused |
Examples
fit <- cosinor.lm(Y ~ time(time) + X + amp.acro(X), data = vitamind)
summary(fit)
[Package cosinor version 1.2.3 Index]