Relative Amplitude
This function calcualte relative amplitude, a nonparametric metric reprsenting fragmentation of circadian rhtymicity
RA(x, window = 1, method = c("average", "sum"))x |
|
window |
since the caculation of M10 and L5 depends on the dimension of data, we need to include window size as an argument. |
method |
|
RA
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 = c(t(example_activity_data$count[1,-c(1,2)])) ra = RA(x = count1, window = 10, method = "average")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.