If you are not a programmer or simply want a GUI to get quicksimulations done, you might be interested in using thecalmr.app package.
Thecalmr.app package offers a GUI that allows you tosimulate experiments without writing any code.
If you are new to the app, make sure to activate thehelpmode. Under that mode, the app will display descriptive text explainingthe basics.
If you want to use the online app, you can find it athttps://victor-navarro.shinyapps.io/calmr_app/.
You can install the package from itsGithubrepository, while also making sure you’re running the last versionof thecalmr package:
devtools::install_github("victor-navarro/calmr") #CRAN version lags behinddevtools::install_github("victor-navarro/calmr.app")Afterwards, you can launch the app via :
calmr.app::launch_app()
Hope you enjoy the app! If you find any bugs, have comments, or wouldlike something implemented, feel free to post a message on the package’sGithub repository or drop me a line at navarrov [at] cardiff.ac.uk.