This repository contains the R package version of the Imperial College malaria full transmission model. This is an age-stratified model, which incorporates the acquisition and loss of immunity experienced by human populations living in malaria-endemic settings. The parameterisation of the model is informed by data from a range of settings across sub-Saharan Africa. The model facilitates the introduction of public health interventions against malaria, such as insecticide-treated nets or indoor residual spraying. The seasonality of malaria transmission, driven by rainfall patterns, can also be specified in the model. Characterising malaria transmission observed in a particular setting can help inform decision-making on which interventions against malaria could be most impactful.

The background to the model

This model has been developed over a number of years, and has been described in multiple publications. We recommend studying these papers to gain an understanding of the structure of the model and the data used to parameterise it. The key publications are:

Installing the model

Install the Odin package from Github (we need a newer version than the one available on CRAN):

devtools::install_github("mrc-ide/odin")

Then install the ICDMM package from github:

devtools::install_github("mrc-ide/deterministic-malaria-model")

Some users have experienced problems running the package on R version 3.X. Please update to R version 4.X if you have any issues.

Running the model

There are vignettes that explain how to run the simple model and the more flexible versions of the model. Alternative versions of the model, exploring the impact of other public health interventions against malaria, have also been developed and are discussed here.