run_dsc: Run all methods on all scenarios for a DSC.

Description Usage Arguments Value

Description

Run all methods on all scenarios for a DSC.

Usage

1
2
run_dsc(dsc, scenariosubset = NULL, methodsubset = NULL,
  seedsubset = NULL)

Arguments

dsc

A dsc object.

scenariosubset

A vector of the names of the scenarios to actually make and run.

methodsubset

A vector of the names of the methods to run (default is to run all of them).

seedsubset

A vector of which seeds to run. e.g., 1:2 would do seeds 1 and 2 (for scenarios that use that seed).

Value

Data frame of results from all methods run on all scenarios.


stephens999/dscr documentation built on May 30, 2019, 3:20 p.m.