pairwise_cosinor_model: Fit pairwise cosinor models as some sort of TukeyHSD.

View source: R/kronos.R

pairwise_cosinor_modelR 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 function to designate which variable represents time.

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.


kronos documentation built on April 26, 2023, 9:11 a.m.