cosinor (version 1.1)

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 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 DataLab