Description Usage Arguments Value Author(s) Examples
Uses the object produced by g.part1 to assess whether the accelerometer was worn
1 | g.weardec(M,wearthreshold,ws2)
|
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 |
r1
Participant id extracted from file
r2
Night number
r3
Detected onset of sleep expressed as hours
since the previous midnight
LC
fraction of 15 minute windows with more than 5 percent
clipping
LC2
fraction of 15 minute windows with more than 80
percent clipping
Vincent T van Hees <vincentvanhees@gmail.com>
1 2 | data(data.getmeta)
output = g.weardec(M=data.getmeta,wearthreshold=2,ws2=3600)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.