Learn R Programming

⚠️There's a newer version (2.20.0) of this package.Take me there.

SimDesign (version 0.7)

Structure for Organizing Monte Carlo Simulation Designs

Description

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.

Copy Link

Version

Install

install.packages('SimDesign')

Monthly Downloads

6,312

Version

0.7

License

GPL (>= 2)

Maintainer

Phil Chalmers

Last Published

February 21st, 2016

Functions in SimDesign (0.7)

analyse

Compute estimates and statistics
ECR

Compute the empirical coverage rate for Type I errors and Power
SimDesign_functions

Skeleton functions for simulations
add_missing

Add missing values to a vector given a MCAR, MAR, or MNAR scheme
SimDesign

Structure for Organizing Monte Carlo Simulation Designs
aggregate_simulations

Collapse separate simulation files into a single result
EDR

Compute the empirical detection rate for Type I errors and Power
generate

Generate data
summarise

Summarise simulated data using various population comparison statistics
bias

Compute (relative) bias summary statistic
RE

Compute the relative efficiency of multiple estimators
runSimulation

Run a Monte Carlo simulation given a data.frame of conditions and simulation functions
RMSE

Compute the (normalized) root mean square error
MAE

Compute the mean absolute error