R package for the full workflow to map the prevalence of common DHS indicators.
A Shiny App built on the surveyPrev package is avarilable at https://rsc.stat.washington.edu/surveyPrevRShiny/
To install and load the latest version of the 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.