wadpac / GGIR

Code corresponding to R package GGIR
https://wadpac.github.io/GGIR/
Apache License 2.0
94 stars 60 forks source link

bug in exclusion invalid days in part5 #1148

Closed vincentvanhees closed 3 months ago

vincentvanhees commented 3 months ago

when calculating wear percentage we do 100 - (nonwear_perc_day / 100), which makes no sense. It should be 100 - nonwear_perc_day.

I am now preparing a fix.