Description Usage Arguments Value Author(s) Examples
View source: R/scenario_analysis.R
Run a scenario analyis
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
)
|
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 |
A nested dataframe of scenarios combined with model simulations
Sam Abbott
1 2 | ## Code
scenario_analysis
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.