Skip to content

Commit

Permalink
oak.md documentation update
Browse files Browse the repository at this point in the history
Added list of summary statistics to the bottom of oak.md
  • Loading branch information
joannakennedyharvard authored Sep 26, 2023
1 parent 7a916d8 commit cb363ee
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/source/oak.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,17 @@ delta = 20
# minimum walking time (in seconds (s))
min_t = 3
```
```

## List of summary statistics

The outputs of the accelerometer module contains gait summary statistics for each specified participant in daily (_gait_daily.csv) or hourly windows (_gait_hourly.csv).

The following variables are created in a csv file for each survey.

| Variable | Type | Description of Variable |
|--------------------------------------- |-------------- |------------------------------------------------------------------------------------------------------------- |
| date | str | Time of observation (_gait_daily.csv format: yyyy-mm-dd; _gait_hourly.csv format: yyyy-mm-dd HH:MM:SS’) |
| walking_time | int | Total walking time (in seconds) |
| steps | int | Total steps taken |
| cadence | float | Average cadence in time window (daily or hourly) |

0 comments on commit cb363ee

Please sign in to comment.