cosinor (version 1.2.3)

print.summary.cosinor.lm: Print the summary of a cosinor model

Description

Print the summary of a cosinor model

Usage

# S3 method for summary.cosinor.lm
print(x, ...)

Arguments

x

An object of class summary.cosinor.lm

...

Currently unused

Examples

Run this code

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

Run the code above in your browser using DataLab