powered by
This function calcualte relative amplitude, a nonparametric metric reprsenting fragmentation of circadian rhtymicity
RA(x, window = 1, method = c("average", "sum"))
vector vector of activity data
vector
since the caculation of M10 and L5 depends on the dimension of data, we need to include window size as an argument.
character of "sum" or "average", function used to bin the data
character
A list with elements
Maximum 10 hour activity
Minimum 5 hour activity
Relative amplitude
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 = c(t(example_activity_data$count[1,-c(1,2)])) ra = RA(x = count1, window = 10, method = "average") # }
Run the code above in your browser using DataLab