Learn R Programming

kronos (version 1.0.0)

kronos_predict: Give tracing information for plotting purposes

Description

Generate data needed to plot cosinor trace line.

Usage

kronos_predict(fit, period, time, factors, verbose = verbose)

Arguments

fit

A model fit

period

A numeric. The length of a period, in the same format as the time parameter.

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.