README.md

RUMdesignSimulator

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.

Installation:

devtools::install_github("AntoineDubois/RUMdesignSimulator")

Tutorial

The files tutorial.Rmd or tutorial.pdf presents the RUMdesignSimulator package.

Developpement

Files

Adding new features

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. 125319775-5a26cd00-e33b-11eb-8b12-31577a09382d

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



AntoineDubois/RUMdesignSimulator documentation built on Dec. 17, 2021, 8:53 a.m.