example_data {Observation} | R Documentation |
Sample data collected interactively with direct observation program.
Description
A data set assembled by running the interactive direct observation program and entering a variety of activities.
Usage
example_data
Format
A data frame with 10 rows and 15 variables:
- id
The user-inputted identification code for the trial
- User_Timestamp
The user-inputted start time for the activity
- Auto_Timestamp
The automatic timestamp generated by button click, retained as a backup if an error occurs in User_Timestamp
- dayofyear
The numeric day of the year (i.e., julian date)
- minofday
The numeric minute of the day (e.g. 0 for midnight and 1439 for 23:59)
- Activity
The user-inputted activity description
- duration_s
The duration of the activity (in seconds), based on User_Timestamp
- auto_duration_s
The duration of the activity (in seconds), based on Auto_Timestamp
- Tree_Intensity
The pre-classified activity intensity, based on user input to the program's decision tree
- seated
User-inputted response to the seated prompt
- large_muscles_moving
User-inputted response to the large-muscles-moving prompt
- slow
User-inputted response to the slow prompt
- slowed_by_resistance
User-inputted response to the slowed-by-resistance prompt
- ambulation
User-inputted response to the ambulation prompt
- light_walking
User-inputted response to the light-walking prompt