Package: SimEngine 1.4.0

SimEngine: A Modular Framework for Statistical Simulations in R
An open-source R package for structuring, maintaining, running, and debugging statistical simulations on both local and cluster-based computing environments.See full documentation at <https://avi-kenny.github.io/SimEngine/>.
Authors:
SimEngine_1.4.0.tar.gz
SimEngine_1.4.0.zip(r-4.7)SimEngine_1.4.0.zip(r-4.6)SimEngine_1.4.0.zip(r-4.5)
SimEngine_1.4.0.tgz(r-4.6-any)SimEngine_1.4.0.tgz(r-4.5-any)
SimEngine_1.4.0.tar.gz(r-4.7-any)SimEngine_1.4.0.tar.gz(r-4.6-any)
SimEngine_1.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
SimEngine/json (API)
NEWS
| # Install 'SimEngine' in R: |
| install.packages('SimEngine', repos = c('https://avi-kenny.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/avi-kenny/simengine/issues
Pkgdown/docs site:https://avi-kenny.github.io
Last updated from:b4d6243d2f. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 144 | ||
| source / vignettes | OK | 266 | ||
| linux-release-x86_64 | OK | 146 | ||
| macos-release-arm64 | OK | 132 | ||
| macos-oldrel-arm64 | OK | 138 | ||
| windows-devel | OK | 178 | ||
| windows-release | OK | 100 | ||
| windows-oldrel | OK | 110 | ||
| wasm-release | OK | 109 |
Exports:batchget_complexjs_supportnew_simrunrun_on_clusterset_configset_levelsset_scriptsummarizeupdate_simupdate_sim_on_clusteruse_methodvars
Dependencies:clidata.tabledplyrgenericsgluelifecyclemagrittrMASSpbapplypillarpkgconfigR6rlangtibbletidyselectutf8vctrswithr
Advanced functionality
Rendered fromadvanced-functionality.Rmdusingknitr::rmarkdownon May 31 2026.Last update: 2025-04-23
Started: 2024-04-03
Example 1: Simulation-based power calculation
Rendered fromexample_1.Rmdusingknitr::rmarkdownon May 31 2026.Last update: 2024-02-29
Started: 2021-08-06
Example 2: Comparing two standard error estimators
Rendered fromexample_2.Rmdusingknitr::rmarkdownon May 31 2026.Last update: 2024-02-29
Started: 2021-08-06
Introduction to SimEngine
Rendered fromSimEngine.Rmdusingknitr::rmarkdownon May 31 2026.Last update: 2025-04-23
Started: 2021-09-24
Parallelization
Rendered fromparallelization.Rmdusingknitr::rmarkdownon May 31 2026.Last update: 2025-11-22
Started: 2024-02-29
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Run a block of code as part of a batch | batch |
| Access internal simulation variables | get_complex |
| Display information about currently-supported job schedulers | js_support |
| Create a new simulation object | new_sim |
| Run the simulation | run |
| Framework for running simulations on a cluster computing system | run_on_cluster |
| Modify the simulation configuration | set_config |
| Set simulation levels | set_levels |
| Set the "simulation script" | set_script |
| Summarize simulation results | summarize |
| Update a simulation | update_sim |
| Framework for updating simulations on a cluster computing system | update_sim_on_cluster |
| Use a method | use_method |
| Access internal simulation variables | vars |
