Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tidy.cosinor

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 cosinor object created by card::cosinor()

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 be between 0 and 1, with default to 0.95 (the 95% confidence interval).

...

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


card

Cardiovascular and Autonomic Research Design

v0.1.0
MIT + file LICENSE
Authors
Anish S. Shah [aut, cre, cph] (<https://orcid.org/0000-0002-9729-1558>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.