errorChk {pawacc} | R Documentation |
Perform error checking
Description
These functions look for errors in the data. A code is returned.
Usage
errorChk(x, fault = 32767)
Arguments
x |
vector of accelerometer data. |
fault |
numerical value that indicates voltage signal saturation (temporarily used for both accelerometer counts and steps). |
Details
Error coded are as follow: 0, no error; 1, all values are 5-digit values or all one value; 2, negative values; 3, NA
s.
Value
a vector of the same length as x
.
Author(s)
Marco Geraci
References
Geraci M, Rich C, Sera F, Cortina-Borja M, Griffiths LJ, and Dezateux C (2012). Technical report on accelerometry data processing in the Millennium Cohort Study. London, UK: University College London. Available at https://discovery.ucl.ac.uk/1361699
See Also
[Package pawacc version 1.2.3 Index]