Provides tools to help safely and efficiently organize Monte Carlo simulations in R. The package controls the structure and back-end of Monte Carlo simulations by utilizing a general generate-analyse-summarise strategy. The functions provided control common simulation issues such as re-simulating non-convergent results, support parallel back-end and MPI distributed computations, save and restore temporary files, aggregate results across independent nodes, and provide native support for debugging.
Version: | 1.0 |
Depends: | R (≥ 3.0.2) |
Imports: | foreach, methods, parallel, plyr, stats |
Suggests: | knitr, dplyr, ggplot2, doMPI |
Published: | 2016-06-12 |
Author: | Phil Chalmers [aut, cre] |
Maintainer: | Phil Chalmers <rphilip.chalmers at gmail.com> |
BugReports: | NA |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/philchalmers/SimDesign, https://github.com/philchalmers/SimDesign/wiki |
NeedsCompilation: | no |
CRAN checks: | SimDesign results |
Reference manual: | SimDesign.pdf |
Vignettes: |
Online Vignettes |
Package source: | SimDesign_1.0.tar.gz |
Windows binaries: | r-devel: SimDesign_1.0.zip, r-release: SimDesign_1.0.zip, r-oldrel: SimDesign_1.0.zip |
OS X Mavericks binaries: | r-release: SimDesign_1.0.tgz, r-oldrel: SimDesign_1.0.tgz |
Old sources: | SimDesign archive |
Reverse suggests: | mirtCAT |