For device preparation and analyses here we aim to keep an updated markdown guide and example scripts for our analyses of lifestyle activity and sleep based accelerometer measures. Below are resources commonly used to inform our analysis decision and scripts.
- Working document documenting update of analysis decisions based on recent papers (Menai et al; Cabanas-Sanches et al)
- R code and post-processing script used in Cabanas-Sanchez et al., 2019
- Working document annotating Cabanas-Sanchez et al., 2019 code and where modifications should be considered for our sample
- Link to shared google doc for tracking the literature on the methods of accelerometer use in research.
- Link to our repository of PDFs of key papers
- Wear time: All participants wore a GT9X ActiGraph Link accelerometer (ActiGraph; Pensacola, Florida) on the non-dominant wrist for seven consecutive days during both wake and sleep. Participants were asked to wear the device at all times except during water activities (e.g., showering, washing dishes, etc.). A daily activity log was maintained to cross-check times in and out of bed, non-wear times, and perceived exertion. Participants enrolled in a training study were inactive and wore the device before randomization.
Data recording:
- Number of days: 7
- Time: 12am to 12am (midnight-to-midnight)
- Sampling rate: 60 Hz
- Options:
- Enabled: idle sleep mode was enabled, show display, steps not shown
- Not enabled: wireless and heart rate, IMU
Data download and reduction:
- Processed with the ActiLife v6.13.3 software
- Raw data saved in .csv -> this is the data input to GGIR
- Data also reduced to 60 second epochs in ActiLife and saved in .csv for potential analysis with ActiLife or other softwares
- GGIR manual with working examples
- GGIR R package page
- GGIR defaults
- GGIR google listserv
- GGIR github page where you can see or open issues and package updates