kronos_predict {kronos} | R Documentation |
Generate data needed to plot cosinor trace line.
kronos_predict(fit, period, time, factors, verbose = verbose)
fit |
A model fit |
period |
A numeric. The length of a period, in the same format as the |
time |
A string. Should be the column name containing the time values. |
factors |
A vector. The names of the independent variables. |
verbose |
A boolean. Toggles whether to print diagnostic information while running. Useful for debugging errors on large data sets. |