print.cglmmSummary: Print the summary of a cosinor model

View source: R/summary.R

print.cglmmSummaryR Documentation

Print the summary of a cosinor model

Description

Print the summary of a cosinor model

Usage

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

Arguments

x

An object of class cglmmSummary

digits

Controls the number of digits displayed in the summary output

...

Currently unused

Value

print returns x invisibly.

Examples


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


GLMMcosinor documentation built on Nov. 1, 2024, 1:07 a.m.