Tvol2 {postGGIR} | R Documentation |
Total Volumen of Activity for Whole Dataset
Description
Calculate total volume of activity level, which includes
TLAC
(total log transfored activity counts),
TAC
(total activity counts).
Usage
Tvol2(count.data, weartime, logtransform = FALSE, log.multiplier = 9250)
Arguments
count.data |
|
weartime |
|
logtransform |
if |
log.multiplier |
|
Details
log transormation is defined as log(x+1).
Value
A dataframe with some of the following columns
ID |
identifier of the person |
Day |
indicator of which day of activity it is, can be a numeric vector of sequence 1,2,... or a string of date |
TAC |
total activity count |
TLAC |
total log activity count |