The goal of Observation is to provide a free and convenient way of collecting and processing physical activity-specific direct observation data.
You can install Observation from GitHub with:
# install.packages("devtools")
::install_github("paulhibbing/Observation") devtools
You can run the program with:
<- data_collection_program() observation_data
This will collect direct observation data as you direct. It will also pre-classify the intensity of each activity based on the decision tree described by Hibbing et al. You can then update the classification by cross-referencing the Compendium of Physical Activities using the following:
<- compendium_reference(observation_data) observation_data_complete