RA_long2 {mMARCH.AC} | R Documentation |
Relative Amplitude for the Whole Datset
Description
This function calcualte relative amplitude, a nonparametric metric
of circadian rhtymicity. This function is a whole dataset
wrapper for RA
.
Usage
RA_long2(
count.data,
window = 1,
method = c("average", "sum"),
noon2noon = FALSE
)
Arguments
count.data |
|
window |
since the caculation of M10 and L5 depends on the dimension of data, we need to include
window size as an argument. This function is a whole dataset
wrapper for |
method |
|
noon2noon |
|
Value
A data.frame
with the following 3 columns
ID |
ID |
Day |
Day |
RA |
RA |