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