- The code provided supports the study titled 'Vector competence and biting behaviour shape the present and future of Zika virus transmission patterns in Africa'. This code runs alternative models for predicting R0, based on traits that vary with mosquito ancestry (i.e., genetic population variation) and climate.
- This project was run using R v4.1.0 and STAN v2.33 (
https://mc-stan.org/users/d…)
- Jamie M. Caldwell, Louis Lambrechts, and Noah Rose
Data:
- model_data_zikv.RData (data used to run model)
- seroSurveys_Aaa_v2.csv (seroprevalence data)
Model:
Code to run model:
Code to evaluate model fit and create figures: assess_fit_and_create_figures.R
- This is a master code to run all other codes in repository (model diagnostics, figures and table creation)
- All codes sourced in the master file are labeled by their corresponding table or figure in the manuscript
- This files loads all libraries and files used in multiple codes