I'm processing 24-hour data collected with the Axivity AX3 worn on the non-dominant wrist in children ages 3-5 using the Roscoe et al. intensity thresholds. Our data show very high values (~11 hours MVPA/day). Has anyone else experienced this? The code is listed below:
do.enmo = FALSE,
strategy = 2,
includedaycrit = 16,
windowsizes = c(5,900,3600),
winhr = c(5,10),
qlevels = c(c(1380/1440),c(1410/1440)),
qwindow=c(0,24),
ilevels = c(seq(0,400,by=50),8000),
mvpathreshold =c(104),
bout.metric = 6,
overwrite= TRUE,
epochvalues2csv= TRUE,
#=====================
# Part 3 + 4
#=====================
timethreshold= c(5), anglethreshold=5,
acc.metric="ENMOa",
ignorenonwear = TRUE,
excludefirstlast = FALSE,
includenightcrit = 4,
def.noc.sleep = 1,
outliers.only = TRUE,
criterror = 4,
relyonsleeplog = FALSE,
do.visual = TRUE,
#=====================
# Part 5
#=====================
threshold.lig = c(61.8),
threshold.mod = c(100.4),
threshold.vig=(1004),
boutcriter = 0.8,
boutcriter.in = 0.9, boutcriter.lig = 0.8,
boutcriter.mvpa = 0.8,
boutdur.in = c(1), boutdur.lig = c(1),
boutdur.mvpa = c(1), save_ms5rawlevels = TRUE,
#=====================
# Visual report
#=====================
timewindow = c("WW"),
visualreport=TRUE)