HASIB {GGIR} | R Documentation |
Apply heuristic algorithms for sustiained inactivty bouts detection. Function not intended for direct use by package user
HASIB(HASIB.algo = "vanHees2015", timethreshold=c(), anglethreshold=c(),
time=c(), anglez=c(), ws3=c(), zeroCrossingCount=c(), BrondCount = c())
HASIB.algo |
Character to indicator which sib algorithm should be used. Default value: "vanHees2015". Other options: "Sadeh1994", "Galland2012" |
anglethreshold |
See g.sib.det |
timethreshold |
See g.sib.det |
time |
Vector with time per short epoch |
anglez |
Vector with z-angle per short epoch |
ws3 |
See g.getmeta |
zeroCrossingCount |
Vector with zero crossing counts per epoch as required for Sadeh algortihm |
BrondCount |
Vector with Brond counts per epoch to be used by the Sadeh algortihm |
Vector with binary indicator of sustained inactivity bout, 1 is yes, 0 is no.
Vincent T van Hees <v.vanhees@accelting.com>