Structure for Organizing Monte Carlo Simulation Designs
Description
Provides tools to safely and efficiently organize and execute
Monte Carlo simulation experiments in R.
The package controls the structure and back-end of Monte Carlo simulation experiments
by utilizing a generate-analyse-summarise workflow. The workflow safeguards against
common simulation coding issues, such as automatically re-simulating non-convergent results,
prevents inadvertently overwriting simulation files, catches error and warning messages
during execution, and implicitly supports parallel processing.
For a pedagogical introduction to the package see
Sigal and Chalmers (2016) . For a more in-depth overview of
the package and its design philosophy see Chalmers and Adkins (2020) .