Fit cosinor model for totality of data
fit_cosinor_model(
formula,
data,
time = NULL,
verbose = verbose,
for_pw = FALSE
)
A formula. Use the time
function to designate which variable represents time.
Input data
A string. Should be the column name containing the time values.
A boolean. Toggles whether to print diagnostic information while running. Useful for debugging errors on large datasets.
A boolean. Toggles whether to perform pairwise ANOVAs as a TukeyHSD-like post-hoc.