Build A Shared Paper-Aligned Cholera Case Study Setup
Source:R/synthetic_data.R
chlaa_case_study_setup.RdConstructs a reusable synthetic case study aligned to the outbreak response framing in: https://pmc.ncbi.nlm.nih.gov/articles/PMC12477517/
Arguments
- time
Numeric vector of simulation times (days).
- start_date
Start date corresponding to `time = 0`.
- trigger_date
Anticipatory action trigger date.
- declaration_date
Outbreak declaration date.
- late_vax_start_date
Planned campaign start date for scenarios 1 and 2.
- seed
Integer random seed.
- n_particles
Number of particles used to generate latent incidence.
- dt
Model time step.
- obs_size
Observation over-dispersion (Negative Binomial size).
- vax_total_doses
Total vaccine doses used in scenario definitions.
- campaign_days
Vaccination campaign duration (days).