Replies: 1 comment
-
are not used by GGIR and are not GGIR parameters. I think you are mixing up the documentation from different R packages. I will now close this issue. Feel free to re-open if you have a GGIR specific issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear GGIR Team and Community,
first of all thank you very much for the useful package and frequent updates!
I am looking for a way to count daily steps (data comes from wrist-worn GeneActive devices, worn for 10-14 days) also for windows smaller than 24 hours or with gaps where non-wear time was detected:
Using the Verisense algorithm works well for all days where a full 24 hour window of data is available. For the first/last day of data collection and on any days with wear-time gaps the field for steps is however returned empty in the "part2_dayeventsummary". I already tried to play around with some of the settings, such as minvalid, winhr, maxdur... but could not find a solution yet.
Does anyone have a suggestion how to approach this further?
Both a step count within actual wear-time or an extrapolation of data for the 24 hour would be ok. I am also open to other algorithms apart from verisense.
Thank you very much in andvance and kind regards.
My current code is:
Beta Was this translation helpful? Give feedback.
All reactions