Learn R Programming

GLMMcosinor (version 0.2.0)

print.cglmm: Print a brief summary of the cglmm model.

Description

Print a brief summary of the cglmm model.

Usage

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

Value

print(x) returns x invisibly.

Arguments

x

A cglmm object.

digits

Controls the number of digits displayed in the summary output.

...

Additional, ignored arguments.

Examples

Run this code
# Single component cosinor model
cglmm(
  vit_d ~ amp_acro(time_col = time, group = "X", period = 12),
  data = vitamind
)

Run the code above in your browser using DataLab