Tidy summarizes information about the components of a cosinor
model.
Usage
# S3 method for class 'cosinor'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)Arguments
- x
A
cosinorobject created bycosinor()- conf.int
Logical indicating whether or not to include confidence
interval in tidied output
- conf.level
The confidence level to use if
conf.int = TRUE. Must bebetween 0 and 1, with default to 0.95 (the 95% confidence interval).
- ...
For extensibility