tidy.cosinor {card} | R Documentation |
Tidy a(n) cosinor object
Description
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 |
conf.int |
Logical indicating whether or not to include confidence interval in tidied output |
conf.level |
The confidence level to use if |
... |
For extensibility |
Details
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.
Value
a tibble
object
[Package card version 0.1.0 Index]