Description Usage Arguments Details Value Examples
Calculate total volume of activity level, which includes
TLAC (total log transfored activity counts),
TAC (total activity counts).
1  | 
count.data | 
 
  | 
weartime | 
 
  | 
logtransform | 
 if   | 
log transormation is defined as log(x+1).
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  | 
1 2 3 4  | data(example_activity_data)
count = example_activity_data$count
wear = example_activity_data$wear
tac = Tvol(count.data = count,weartime = wear,logtransform = FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.