> library(GGIR)
> GGIR(mode=c(1,2,3,4,5),
+ datadir="entrada",
+ outputdir="salida",
+ do.report=c(2,4,5),
+ #=====================
+ # Part 2
+ #=====================
+ strategy = 1,
+ hrs.del.start = 0, hrs.del.end = 0,
+ maxdur = 16, includedaycrit = 16,
+ qwindow=c(0,24),
+ mvpathreshold =c(100),
+ excludefirstlast = FALSE,
+ includenightcrit = 16,
+ #=====================
+ # Part 3 + 4
+ #=====================
+ def.noc.sleep = 1,
+ outliers.only = TRUE,
+ criterror = 4,
+ do.visual = TRUE,
+ #=====================
+ # Part 5
+ #=====================
+ threshold.lig = c(30), threshold.mod = c(100), threshold.vig = c(400),
+ boutcriter = 0.8,
boutcriter.in = 0.9, boutcriter.lig = 0.8,
+ boutcriter.mvpa = 0.8,
boutdur.in = c(1,10,30), boutdur.lig = c(1,10),
+ boutdur.mvpa = c(1),
+ includedaycrit.part5 = 2/3,
+ #=====================
+ # Visual report
+ #=====================
+ timewindow = c("WW"),
+ visualreport=TRUE)
Checking that user has write access permission for directory specified by argument outputdir: Yes
GGIR version: 3.0.0
Do not forget to cite GGIR in your publications via a version number and
Migueles et al. 2019 JMPB. doi: 10.1123/jmpb.2018-0063.
See also:
https://cran.r-project.org/package=GGIR/vignettes/GGIR.html#citing-ggir To make your research reproducible and interpretable always report:
(1) Accelerometer brand and product name
(2) How you configured the accelerometer
(3) Study protocol and wear instructions given to the participants
(4) GGIR version
(5) How GGIR was used: Share the config.csv file or your R script.
(6) How you post-processed / cleaned GGIR output
(7) How reported outcomes relate to the specific variable names in GGIR
________________________________________________________________________________________________________
Part 1
Checking that user has read access permission for all files in data directory: Yes
1
P1 file 1
Investigate calibration of the sensors with function g.calibrate:
Loading chunk: 1 2 3 4 5 6 7
Thanks for all.