pr2ar is a set of functions for converting PfPR to attack-rate. In order to facilitate improved investigation of local malaria risk, this package takes estimates of PfPR and malaria case management and generates estimates of attack-rate.

Installation

  • Install latest development version from GitHub (requires devtools package):
if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("aucarter/pr2ar", dependencies = TRUE, build_vignettes = TRUE)