| IS_long | R Documentation | 
This function calcualte interdaily stability, a nonparametric metric
of circadian rhtymicity. This function is a whole dataset
wrapper for IS
IS_long(count.data, window = 1, method = c("average", "sum"))
count.data | 
 
  | 
window | 
 an   | 
method | 
 
  | 
A data.frame with the following 2 columns
ID | 
 ID  | 
IS | 
 IS  | 
Junrui Di et al. Joint and individual representation of domains of physical activity, sleep, and circadian rhythmicity. Statistics in Biosciences.
data(example_activity_data) count1 = example_activity_data$count is_subj = IS_long(count.data = count1, window = 10, method = "average")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.