scenario_analysis: Run a scenario analyis

Description Usage Arguments Value Author(s) Examples

View source: R/scenario_analysis.R

Description

Run a scenario analyis

Usage

1
2
3
4
5
6
7
scenario_analysis(
  scenarios = NULL,
  sampled_and_set_parameters = NULL,
  delay_sample_func = NULL,
  show_progress = FALSE,
  kept_times
)

Arguments

scenarios

Dataframe of potential scenarios

sampled_and_set_parameters

Dataframe of sampled and fixed parameter values

delay_sample_func

Function to generate sample reporting delays

show_progress

Logical, defaults to FALSE. Show progress be shown.

kept_times

Numeric, a vector of timepoints to keep information on. Defaults to all time points

Value

A nested dataframe of scenarios combined with model simulations

Author(s)

Sam Abbott

Examples

1
2

epiforecasts/WuhanSeedingVsTransmission documentation built on Feb. 12, 2020, 9:30 p.m.