/vacamole

Deterministic SEIR model with vaccination

Primary LanguageRGNU General Public License v3.0GPL-3.0

vacamole


vacamole is an R package that features a deterministic age-structured compartmental susceptible-exposed-infectious-recovered (SEIR) model and supporting functions. The model was developed to determine the impacts of different COVID-19 vaccination strategies on disease outcomes; therefore the model is an extended SEIR model to include states for severe disease outcomes and vaccination status.

Installation


  1. Install R

  2. Install the development version of vacamole from GitHub:

devtools::install_github("kylieainslie/vacamole")
library(vacamole)

Quick start and vignettes


Read the quick start vignette to set up and run a simple implementation of the model.