powered by
This function calcualte interdaily stability, a nonparametric metric of circadian rhtymicity
IS(x)
data.frame of dimension ndays by p, where p is the dimension of the data.
data.frame
Junrui Di et al. Joint and individual representation of domains of physical activity, sleep, and circadian rhythmicity. Statistics in Biosciences.
# NOT RUN { data(example_activity_data) count1 = example_activity_data$count[c(1,2,3),-c(1,2)] is = IS(x = count1) # }
Run the code above in your browser using DataLab