README.md

Project Status: Active ? The project has reached a stable, usable
state and is being actively
developed. License

CRAN_Status_Badge

Observation

The goal of Observation is to provide a free and convenient way of collecting and processing physical activity-specific direct observation data.

Installation

You can install Observation from GitHub with:

# install.packages("devtools")
devtools::install_github("paulhibbing/Observation")

Example

You can run the program with:

observation_data <- data_collection_program()

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:

observation_data_complete <- compendium_reference(observation_data)


Try the Observation package in your browser

Any scripts or data that you put into this service are public.

Observation documentation built on Sept. 5, 2022, 9:06 a.m.