gmoTree – Get and Modify oTree Data

CRAN status R-CMD-check CRAN RStudio mirror downloads

gmoTree is an R package developed for importing, merging, and efficiently managing data obtained from running oTree (Chen et al., 2016) experiments. It’s particularly valuable when dealing with complex experimental designs that span multiple sessions and generate a large number of files that need to be integrated.1

Installation

To install the CRAN version of this package, use the following command:

install.packages("gmoTree")

To install the development version:

devtools::install_github("ZauchnerP/gmoTree")

List of all functions

See the page Introduction to gmoTree for a more detailed overview of most of the functions. For further details on the package as a whole, visit the gmoTree website.

Importing data

Cleaning up data

Dealing with dropouts and deleting cases

Deleting sensitive information

Making IDs

Measuring time

Transferring variables between the apps

Before running the experiment

References

Chen, D. L., Schonger, M., & Wickens, C. (2016). oTree—An open-source platform for laboratory, online, and field experiments. Journal of Behavioral and Experimental Finance, 9, 88–97. https://doi.org/10.1016/j.jbef.2015.12.001


  1. gmoTree is not an official package of the oTree team but is built to complement the oTree open-source platform.↩︎