pairwise_cosinor_model {kronos} | R Documentation |
Fit pairwise cosinor models as some sort of TukeyHSD.
Description
Fit cosinor model for subset of data. Called by main 'kronos' function.
Usage
pairwise_cosinor_model(data, formula, time, verbose)
Arguments
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. |
[Package kronos version 1.0.0 Index]