A tibble containing projected SIR compartment sizes for every simulation run. Columns in this tibble include the scenario (Context), scenario run (run_id), and a list containing daily (time) compartment sizes for wild and captive SIR compartments (S_wild, I_wild, R_wild, & S_captive, I_captive, R_captive) and cumulative infections (I_wild_cumulative and I_captive_cumulative).
Format
scenario_projections
A tibble with 3 columns and 4000 rows storing daily SIRS compartment sizes
a season's projection for multiple iterations of a particular simulated
context:
- Context
Scenario of focus for iteration
- run_id
Identifier of run iteration
- ode_proj
A list storing daily SIR compartment sizes
Examples
if (FALSE) {
head(scenario_projections)
}