RA_long2 {postGGIR} | 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"))
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 |
|
Value
A data.frame
with the following 3 columns
ID |
ID |
Day |
Day |
RA |
RA |
[Package postGGIR version 2.4.0.2 Index]