Interactive notebooks accompanying the article Learning transmission dynamics modelling of COVID-19 using ComoModels.
This repository holds three R Markdown vignettes:
- S1: On the numerical solution of compartmental models
- S2: The importance of uncertainty in age-specific contact patterns for quantifying COVID-19 risk
- S3: The importance of sensitivity analysis and model inference
Within each folder, there are also rendered pdf files.
All vignettes require that the comomodels package be installed, which can be executed via the following R command:
# install devtools if necessary through
# install.packages("devtools")
# install package
devtools::install_github("Como-DTC-Collaboration/como-models")