
A modular framework for statistical simulations in R
SimEngine is an open-source R package for structuring, maintaining, running, and debugging statistical simulations on both local and cluster-based computing environments. Emphasis is placed on thorough documentation and scalability.
The latest stable version of SimEngine can be
installed from CRAN using install.packages(). The current
development version can be installed using
devtools::install_github():
install.packages("SimEngine")
devtools::install_github(repo="Avi-Kenny/SimEngine")The full package documentation can be found at https://avi-kenny.github.io/SimEngine/. All of the CRAN documentation (i.e. the function reference and vignettes) can also be found here.
To submit a bug report or request a new feature, please submit a new GitHub Issue.