Learn R Programming

GLMMcosinor (version 0.2.0)

print.cglmmSummary: Print the summary of a cosinor model

Description

Print the summary of a cosinor model

Usage

# S3 method for cglmmSummary
print(x, digits = getOption("digits"), ...)

Value

print returns x invisibly.

Arguments

x

An object of class cglmmSummary

digits

Controls the number of digits displayed in the summary output

...

Currently unused

Examples

Run this code

fit <- cglmm(vit_d ~ X + amp_acro(time,
  group = "X",
  n_components = 1,
  period = 12
), data = vitamind)
summary(fit)

Run the code above in your browser using DataLab