Other packages > Find by keyword >

SimDesign  

Structure for Organizing Monte Carlo Simulation Designs
View on CRAN: Click here


Download and install SimDesign package within the R console
Install from CRAN:
install.packages("SimDesign")

Install from Github:
library("remotes")
install_github("cran/SimDesign")

Install by package version:
library("remotes")
install_version("SimDesign", "2.17.1")



Attach the package and use:
library("SimDesign")
Maintained by
Phil Chalmers
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2015-10-05
Latest Update: 2024-01-09
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, implicitly supports parallel processing with high-quality random number generation, and provides tools for managing high-performance computing (HPC) array jobs submitted to schedulers such as SLURM. For a pedagogical introduction to the package see Sigal and Chalmers (2016) <doi:10.1080/10691898.2016.1246953>. For a more in-depth overview of the package and its design philosophy see Chalmers and Adkins (2020) <doi:10.20982/tqmp.16.4.p248>.
How to cite:
Phil Chalmers (2015). SimDesign: Structure for Organizing Monte Carlo Simulation Designs. R package version 2.17.1, https://cran.r-project.org/web/packages/SimDesign. Accessed 21 Nov. 2024.
Previous versions and publish date:
0.3 (2015-10-05 12:37), 0.4.1 (2015-11-20 08:30), 0.5 (2015-12-22 08:01), 0.6 (2016-01-21 17:03), 0.7 (2016-02-21 19:51), 0.8 (2016-03-23 00:35), 0.9 (2016-04-27 13:30), 1.0 (2016-06-12 17:23), 1.1 (2016-08-10 21:26), 1.2 (2016-09-09 19:56), 1.3 (2016-09-26 14:35), 1.4 (2016-11-06 23:34), 1.5 (2017-02-01 01:30), 1.6 (2017-04-09 23:02), 1.7 (2017-08-15 05:19), 1.8 (2017-10-30 00:15), 1.9 (2018-01-26 22:33), 1.10.1 (2018-05-20 05:51), 1.11 (2018-07-17 06:30), 1.13 (2019-01-18 16:10), 1.14 (2019-06-28 10:40), 2.0.1 (2020-01-20 20:00), 2.1 (2020-09-16 19:30), 2.2 (2020-11-07 06:30), 2.3 (2021-04-07 20:40), 2.5 (2021-06-01 09:40), 2.6 (2021-06-28 19:00), 2.7.1 (2021-09-02 09:30), 2.7 (2021-08-13 21:40), 2.8 (2021-12-08 21:10), 2.9.1 (2022-08-30 17:20), 2.9 (2022-08-09 18:10), 2.10.1 (2023-02-01 16:30), 2.10 (2023-01-24 18:10), 2.11 (2023-05-25 18:30), 2.12 (2023-07-07 18:40), 2.13 (2023-10-17 17:40), 2.14 (2024-01-09 10:10), 2.15.1 (2024-04-24 18:10), 2.15 (2024-04-11 10:30), 2.16 (2024-07-08 18:20)
Other packages that cited SimDesign R package
View SimDesign citation profile
Other R packages that SimDesign depends, imports, suggests or enhances
Complete documentation for SimDesign
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
pkgdepends  
Package Dependency Resolution and Downloads
Find recursive dependencies of 'R' packages from various sources. Solve the dependencies to obtain ...
Download / Learn more Package Citations See dependency  
SCBiclust  
Identifies Mean, Variance, and Hierarchically Clustered Biclusters
Identifies a bicluster, a submatrix of the data such that the features and observations within the s ...
Download / Learn more Package Citations See dependency  
kgschart  
KGS Rank Graph Parser
Restore underlining numeric data from rating history graph of KGS (an online platform of the game o ...
Download / Learn more Package Citations See dependency  
crossrun  
Joint Distribution of Number of Crossings and Longest Run
Joint distribution of number of crossings and the longest run in a series of independent Bernoulli ...
Download / Learn more Package Citations See dependency  
RcppHNSW  
'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors
'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R int ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA