The ReadGT3XPlus
returns an object of class "GT3XPlus
".
This class of object is supported by functions computeActivityIndex
.
A object of class "GT3XPlus
" is a list containing at least the following components:
SN
: Serial Number of the accelerometer
StartTime
: Start time of the data collection
StartDate
: Start date of the data collection
Epoch
: The Epoch time of each observation. If sample rate Hertz
>1, then Epoch
=00:00:00
DownloadTime
: Download time of the data
DownloadDate
: Download date the data
Hertz
: Sampling Rate
Raw
: a data frame with 5 columns containing the date, time and acceleration in X, Y and Z axes
for each observation.