ShimmerEngineering / Verisense-Toolbox

Tools and utilities to analyse Verisense data
8 stars 12 forks source link

myscript.R not up to date with literature #9

Open vincentvanhees opened 4 months ago

vincentvanhees commented 4 months ago

Please revise code of myscript.R to code as shown below to make it up to date again with "Rowlands et al Stepping up with GGIR 2022".

myfun = list(FUN = verisense_count_steps,
             parameters = c(4, 4, 20, -1.0, 4, 4, 0.01, 1.25), 
             expected_sample_rate = 15,
             expected_unit = "g",
             colnames = c("step_count"),
             outputres = 1,
             minlength = 1,
             outputtype = "numeric",
             aggfunction = sum,
             timestamp = F,
             reporttype = "event")