g.weardec: Detects whether accelerometer is worn

Description Usage Arguments Value Author(s) Examples

View source: R/g.weardec.R

Description

Uses the object produced by g.part1 to assess whether the accelerometer was worn

Usage

1
g.weardec(M,wearthreshold,ws2)

Arguments

M

Object produced by g.getmeta

wearthreshold

Number of axis that at least need to meet the non-wear criteria

ws2

Large windowsize used in seconds to apply non-wear detection Small window size not needed, because this is inherent to the object M

Value

Author(s)

Vincent T van Hees <vincentvanhees@gmail.com>

Examples

1
2
data(data.getmeta)
output = g.weardec(M=data.getmeta,wearthreshold=2,ws2=3600)

PeteJWatson/ggircal documentation built on Nov. 24, 2021, 11:14 a.m.