create.cosinor.param: Create cosinor parameters using the time variable and the...

View source: R/create.cosinor.param.R

create.cosinor.paramR Documentation

Create cosinor parameters using the time variable and the cosinor period

Description

Create cosinor parameters using the time variable and the cosinor period

Usage

create.cosinor.param(time, period, data)

Arguments

time

a vector of time variable name, with same units as that of the cosinor period

period

the length of the cosinor period, eg.24

data

the dataframe with the time and period information

Examples

db.model<-create.cosinor.param(time="Hour_of_Day", period=24, data=data)

maytesuarezfarinas/cosinoRmixedeffects documentation built on Oct. 30, 2024, 9:31 p.m.