View source: R/haiti2_vaccScenario.R
haiti2_vaccScenario | R Documentation |
This function projects the following vaccination scenarios under Model 2:
The default vaccination scenario: no additional vaccinations are deployed.
Two department (Centre and Artibonite) over two years.
Three department (Centre, Artibonite, and Ouest) over two years.
Countrywide vaccination over 5 years.
Countrywide vaccination over 2 years.
haiti2_vaccScenario(h2_params)
h2_params |
a vector of parameters for the model |
List containing two objects:
Vector estimating the total cholera incidence from Feb 2019-Feb 2024 for each scenario.
data.frame containing trajectories for each of the vaccination scenarios.
## Not run:
h2 <- fit_haiti2()
results <- haiti2_vaccScenario(h2_params = h2$h2_params)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.