nparACT_base {nparACT} | R Documentation |
Classic Nonparametric Actigraphy Measures for Single Actigraphy Files
Description
Function returns IS, IV, RA, L5, M10 as well as L5 and M10 start times for single actigraphy files. The function also returns a classic dual day plot for the data, a plot of minutewise averages across 24 hours as well as a plot for hourly averages across 24 hours.
Usage
nparACT_base(name, SR, cutoff = 1, plot = T, fulldays = T)
Arguments
name |
Character string containing the actigraphy file name. Actigraphy files must contain a first column with a date/time vector, which must be of form |
SR |
Sampling rate in Hz. |
cutoff |
Can be used to define a cutoff for actigraphy data. Default value is |
plot |
If |
fulldays |
If |
Value
Data frame containing IS, IV and RA values. Besides this, L5 and M10 values are given along with the respective start times.
Author(s)
Christine Blume <christine.blume@sbg.ac.at> Nayantara Santhi <n.santhi@surrey.ac.uk> Manuel Schabus <manuel.schabus@sbg.ac.at>