The goal of DENVfoiMap
is to provide a set of functions to run a complete analysis similar to the one described in the following sudy:
A complete analysis includes:
As the analysis described in the aformentioned publication includes uncertainty estimation and sensitivity analyses of model parameters, which require considerable computing time, the original code was tailored to run on the High Performance Computing Cluster at the Department of Infectious Disease Epidemiology (Imperial College London). DENVfoiMap
does not aim to perform uncertainty estimation and sensitivity analysis. It however provides a set of functions to run a complete analysis using a single bootstrap sample of the original force of infection dataset. To reduce computation time I provide an example code which produces predictions only for the country of Brazil. Model fitting and making global predictions, for different bootstrap samples, do require some form of parallelization if you wish to run them fast.
Please install DENVfoiMap
from github with
devtools::install_github("lorecatta/DENVfoiMap")
Load and attach it with
This vignette and the analysis.R
script explain how to run a complete analysis.
Plase do get in touch (l.cattarino@imperial.ac.uk) if you have any queries or encounter issues when using DENVfoiMap
.