View source: R/cosinor-constructor.R
tidy.cosinor | R Documentation |
Tidy summarizes information about the components of a cosinor
model.
## S3 method for class 'cosinor'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)
x |
A |
conf.int |
Logical indicating whether or not to include confidence interval in tidied output |
conf.level |
The confidence level to use if between 0 and 1, with default to 0.95 (the 95% confidence interval). |
... |
For extensibility |
cosinor
objects do not necessarily have a T-statistic as the
standard error is not based on a mean value, but form a joint-confidence
interval. The standard error is generated using Taylor series expansion as
the object is a subspecies of harmonic regressions.
a tibble
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.