cosinor (version 1.1)

summary.cosinor.lm: Summarize a cosinor model

Description

Given a time variable and optional covariates, generate inference a cosinor fit. Gives estimates, confidence intervals, and tests for the raw parameters, and for the mean, amplitude, and acrophase parameters. If the model includes covariates, the function returns the estimates of the mean, amplitude, and acrophase for the group with covariates equal to 1 and equal to 0. This may not be the desired result for continuous covariates.

Usage

# S3 method for cosinor.lm
summary(object, ...)

Arguments

object

An object of class cosinor.lm

...

Currently unusued

Examples

Run this code
# NOT RUN {
fit <- cosinor.lm(Y ~ time(time) + X + amp.acro(X), data = vitamind)
summary(fit)
# }

Run the code above in your browser using DataCamp Workspace