Time_long2 {postGGIR} | R Documentation |
Timne Metrics for Whole Dataset
Description
This function is a whole dataset wrapper for Time
Usage
Time_long2(count.data, weartime, thresh, smallerthan = TRUE, bout.length = 1)
Arguments
count.data |
|
weartime |
|
thresh |
threshold to binarize the data. |
smallerthan |
Find a state that is smaller than a threshold, or greater than or equal to. |
bout.length |
minimum duration of defining an active bout; defaults to 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 |
time |
time of certain state |
[Package postGGIR version 2.4.0.2 Index]