C Analysis data frames - StatisticalReinforcementLearningLab/HeartstepsV1Code GitHub Wiki
Here we list the data frames intended for analysis. These can be loaded into an interactive R session following the data analysis instructions.
Data frame | Description |
---|---|
users | Information about user demographics, intake/exit times, and responses from intake and exit surveys. |
daily | Information about daily EMAs (including the context in which the EMA was provided, the user's responses, content of EMA) and total daily stepcount from both Jawbone and Google Fit. |
suggest | Contains information about suggestions, including the context in which they were provided, the user's response (good/bad), and availability at each treatment occasion. |
jbslot | Contains minute-by-minute step counts from the Jawbone API and basic identifying features of each user. |
gfslot | Contains step counts from Google Fit, by epoch of activity (Google Fit provides step counts aggregated from bouts of activity), as well as basic identifying features of each user. |