powered by
Print the summary of a cosinor model
# S3 method for cglmmSummary print(x, digits = getOption("digits"), ...)
print returns x invisibly.
print
x
An object of class cglmmSummary
cglmmSummary
Controls the number of digits displayed in the summary output
Currently unused
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