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/RUMdesignSimulator")
The files tutorial.Rmd or tutorial.pdf presents the RUMdesignSimulator 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: open the file distribution.R add a new distribution reference the new distribution into the function generation*, give it a relevant name for calling
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.