pairwise_cosinor_model {kronos} | R Documentation |
Fit cosinor model for subset of data. Called by main 'kronos' function.
pairwise_cosinor_model(data, formula, time, verbose)
data |
input data |
formula |
A formula. Use the |
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 data sets. |