oguzhanogreden / SimDesign

Structure for organizing Monte Carlo simulations in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis-CI Build Status

SimDesign

Structure for Organizing Monte Carlo Simulation Designs

Installation

To install the Github version of the package with devtools, type the following (assuming you have already installed the devtools package from CRAN).

library('devtools')
install_github('philchalmers/SimDesign')

Getting started

Load the package and read the documentation in runSimulation()

library(SimDesign)
help(runSimulation)

Go through the worked example to understand what the function inputs require, and try your luck walking through a debugging process though the edit argument (also very handy for writing the initial functions if you are comfortable with the debugging environment).

For additional information and instructions about how to use the package, refer to the examples on the wiki.

About

Structure for organizing Monte Carlo simulations in R


Languages

Language:R 99.7%Language:Makefile 0.3%