
A modular framework for statistical simulations in R
SimEngine is an open-source R package forstructuring, maintaining, running, and debugging statistical simulationson both local and cluster-based computing environments.
The latest stable version ofSimEngine can beinstalled from CRAN usinginstall.packages():
install.packages("SimEngine")The current development version can be installed usingdevtools::install_github():
devtools::install_github(repo="Avi-Kenny/SimEngine")The full package documentation can be found athttps://avi-kenny.github.io/SimEngine/.
To submit a bug report or request a new feature, please submit a newGitHubIssue.