The goal of tppr is to gather all the functions that are needed to recreate the results of the Transparent Psi Project. The analysis can be run locally from R, but the package also includes a Shiny app, that allows people interested in the project to follow the results of the study real-time.
You can install the development version (tppr is not available on CRAN) from GitHub with:
install.packages("devtools")
devtools::install_github("marton-balazs-kovacs/tppr")
The Shiny app is hosted on: ADD LINK
However, you can run the app locally.
tppr::run_app()
You can read more about how the functions included in the package work in vignette("use_pkg")
.
Features coming soon:
Please note that the tppr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.