The package RUMdesignSimulator proposes convenient tools for generating synthetic data for decision theory.
Firstly, Alternatives, Decision Makers and Preference Coefficients are easily generated. Then, experimental designs are generated in format long or wide. In addition, the effect of each variable can be visualized in a 3D graph.
devtools::install_github("AntoineDubois/sdcv2") devtools::install_github("nikitagusarov/sdcv2")
The folder R contains the R files. Inside this folder, the file experiment.R is the main file. Moreover, the utility of the other files is explicitly given by their name.
The folder man contains the documentation about the functions of the package
Some user may need more tools than the actual ones. Anticipating future needs, we organized the R files so that only one file need to be altered.
To add new distributions:
To add new designs: open the file designs.R implement a new design reference the new design into the function call_design*, give it a relevant name for calling
For more information, do not hesitate to contact me at antoine.dubois.fr@gmail.com or nikita.gusarov@univ-grenoble-alpes.fr (the new maintainer after the 01/10/2021)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.