Description
Mapping the Prevalence of Binary Indicators using Survey Data in Small Areas.
Description
Provides a pipeline to perform small area estimation and prevalence mapping of binary indicators using health and demographic survey data, described in Fuglstad et al. (2022) <doi:10.48550/arXiv.2110.09576> and Wakefield et al. (2020) <doi:10.1111/insr.12400>.
README.md
surveyPrev
R package to process and map prevalence of common DHS indicators.
Installation
To install and load the latest version of surveyPrev
package, use the following command.
library(devtools)
install_github("richardli/SUMMER")
install_github("richardli/surveyPrev")
library(surveyPrev)
Please note that the surveyPrev
package is developed concurrently with the SUMMER
package, so it is highly recommended that you update both packages to the latest version on Github first.