Learn R Programming

jaatha (version 2.7.0)

runSimulations: The function that actually executes the simulations from within Jaatha.

Description

The function that actually executes the simulations from within Jaatha.

Usage

runSimulations(pars, cores, jaatha)

Arguments

pars
A matrix with parameter values for the simulations. Each row is a set of model parameters. Should be in jaatha internal 0-1 scaling.
cores
The number of cores to use. Using more than one core requires the 'multicore' package.
jaatha
The current jaatha object

Value

  • A list, where each entry is a list of summary statistics for a simulation.