Sorting out assortativity: when can we assess the contributions of different population groups to epidemic transmission?
📦script
┣ 📂modelling
┃ ┣ 📜master.R
┃ ┗ 📜modelling_helpers.R
┣ 📂simulations
┃ ┣ 📜generate_scenarios.R
┃ ┣ 📜master.R
┃ ┣ 📜process_helpers.R
┃ ┗ 📜test.R
┗ 📂visualisations
┃ ┣ 📜1_AR_last_date.R
┃ ┣ 📜2_scenario_histograms.R
┃ ┣ 📜3_violin_ROC.R
┃ ┣ 📜4_hexbin.R
┃ ┣ 📜5_hexbin_all.R
┃ ┣ 📜7_delta_gamma_peak_coeff.R
┃ ┣ 📜8_delta_saturation.R
┃ ┣ 📜master.R
┃ ┗ 📜plot_helpers.R
The code was tested on R version 4.1.3 (2022-03-10).
Requires the o2groups R package.
The analysis was conducted using the pre-release version of the o2groups
package (v0.0.0.9000), which is available on github and zenodo.
- Source
master.R
insimulations
, it will store the results in a newdata
folder. - Source
master.R
invisualisations
, it will store the figures in a newplots
folder. - Source
master.R
inmodelling
, it will print the results in the console.
Creative Commons Attribution (CC BY) 4.0 International License