My questions are: How can I effectively include temperature data in GGIR for non-wear detection? Is there a specific setting or argument I need to adjust to ensure temperature is used in the non-wear algorithm?
Thanks in advance for your help.
Kind regards,
Hana
--
You received this message because you are subscribed to the Google Groups "R package GGIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to RpackageGGIR...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/RpackageGGIR/6abe41d1-2347-4158-869b-e4bb0286a29cn%40googlegroups.com.
Hi,
I came across an algorithm that attempts to detect non-wear by combining your approach with a temperature-based detection method. However, I noticed that the implementation is based on your 2011 paper, which is somewhat outdated compared to your later work—particularly the refinements described in your 2013 paper and the more recent implementation in GGIR (as of 2023).
Reference:
https://bmcmedresmethodol.biomedcentral.com/articles/10.1186/s12874-022-01633-6
I'm currently experimenting with some Python code to see whether incorporating the updates from your later work improves performance. To be honest, I suspect this will mainly optimize edge cases—such as detecting the start and end of non-wear periods more precisely—rather than dramatically improving overall non-wear detection. So might be nice in refining it, I can let you know what I end up finding out once I'm done working on it.
Best,
Zachary
To view this discussion, visit https://groups.google.com/d/msgid/RpackageGGIR/218498d2-9e58-47a0-96b4-fdc93347f563n%40googlegroups.com.