powered by
cglmm
Print a brief summary of the cglmm model.
# S3 method for cglmm print(x, digits = getOption("digits"), ...)
print(x) returns x invisibly.
print(x)
x
A cglmm object.
Controls the number of digits displayed in the summary output.
Additional, ignored arguments.
# 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