print.summary.cosinor.lm {cosinor} | R Documentation |
Print the summary of a cosinor model
## S3 method for class 'summary.cosinor.lm'
print(x, ...)
x |
An object of class |
... |
Currently unusued |
fit <- cosinor.lm(Y ~ time(time) + X + amp.acro(X), data = vitamind)
summary(fit)