Description Usage Arguments Value Examples
A parametric approach to study circadian rhythmicity assuming cosinor shape.
Here we used the anti logistic transformed cosine curves, which provided 5 parameters.
This function is a wrapper for ExtCos.
1  | ExtCos_long(count.data, logtransform = TRUE)
 | 
count.data | 
 
  | 
logtransform | 
 Conduct log transfomation before. Default is   | 
A data.frame with following columns
ID | 
 identifier of the person  | 
min | 
 minimum  | 
amp | 
 amplitude  | 
alpha | 
 alpha parameter  | 
beta | 
 beta parameter  | 
acro | 
 acrophase  | 
F_imp | 
 pseudo-F statistics  | 
1 2 3  | data(example_activity_data)
count.data = example_activity_data$count
extcos = ExtCos_long(count.data = count.data, logtransform  = TRUE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.