Learn R Programming

openmpp (version 0.0.1)

opts_run: Run Configuration Options

Description

Run Configuration Options

Usage

opts_run(
  SimulationCases = 5000,
  SubValues = 12,
  RunStamp = TimeStamp(),
  Opts = list(),
  ...
)

# S3 method for OpenMppRunOpts print(x, ...)

Arguments

SimulationCases

Number of cases to simulate. Default is 5000.

SubValues

Number of sub values. Default is 12.

RunStamp

Run stamp. Default is generated based on the current time.

Opts

Additional options to pass to the Opts list component.

...

Any other run options.

x

Object to print.

Details

The default number of SimulationCases is low to enable rapid iteration but should be increased when running a model where the results are expected to be robust.

Examples

Run this code
opts <- opts_run()
print(opts)

Run the code above in your browser using DataLab