summary.cosinor.lm {cosinor}R Documentation

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 class 'cosinor.lm'
summary(object, ...)

Arguments

object

An object of class cosinor.lm

...

Currently unused

Examples


fit <- cosinor.lm(Y ~ time(time) + X + amp.acro(X), data = vitamind)
summary(fit)


[Package cosinor version 1.2.3 Index]