The revised package version 0.2-2 improved the functions in the previous version
regarding speed and robustness. In addition, several functions were added:
markDelivery
can classify days for ActiGraph delivery by mail;
markPAI
can categorize physical activity intensity level based on
user-defined cut-points of accelerometer counts. It also supports importing ActiGraph
AGD files with readActigraph
and queryActigraph
functions.
The package also better supports time zones and daylight saving.
Classify wear and nonwear time status for accelerometer data by
epoch-by-epoch basis by wearingMarking
.
Classify mail delivery and non-delivery day status for accelerometer data
by markDelivery
.
Three options are available for the package: pa.validCut=600
,
pa.timeStamp='TimeStamp'
, and pa.cts='axis1'
. When these
options are specified (as in markDelivery
), the other
functions will automatically respect these values as defaults. For
instance, the count variable in data(dataSec)
is "counts".
Running options(pa.cts='counts')
allows the user to avoid specifying the
"cts" argument in wearingMarking
. The options for validCut
and
timeStamp
are rarely changed.
Shiny app called Actigraph can be used to visualize accelerometer data
and summarize the data. Please see https://github.com/couthcommander/PhysicalActivityShiny.