ClimMobTools the API Client for the 'ClimMob' platform in R. ClimMob is an open source software for decentralized large-N trials with the 'tricot' approach. Developed by van Etten et al. (2019) 'tricot' turns the research paradigm on its head; instead of a few researchers designing complicated trials to compare several technologies in search of the best solutions, it enables many participants to carry out reasonably simple experiments that taken together can offer even more information.
https://agrdatasci.github.io/ClimMobTools/
The package may be installed from CRAN via
install.packages("ClimMobTools")
The development version can be installed via
library("remotes")
install_github("agrdatasci/ClimMobTools", build_vignettes = TRUE)
The full functionality of ClimMobTools is illustrated in the package vignette. The vignette can be found on the package website or from within R
once the package has been installed, e.g. via
vignette("Overview", package = "ClimMobTools")
-
Please report any issues or bugs.
-
License: MIT.
-
Get citation information for ClimMobTools in R by typing
citation(package = "ClimMobTools")
. -
You are welcome to contribute to the ClimMobTools project. Please read our contribution guidelines.
-
Please note that the ClimMobTools project is released with a Contributor Code of Conduct. By participating in the ClimMobTools project you agree to abide by its terms.