Skip to content

This repository provides the R scripts for the 'Small area population estimation from health intervention data ...' paper. The scripts include the simulation study and application studies.

Notifications You must be signed in to change notification settings

wpgp/Small-area-population-estimation-from-health-intervention-campaign-surveys-and-partial-Observations

Repository files navigation

Small-area-population-estimation-from-health-intervention-campaign-surveys-and-partial-Observations

Nnanatu et al. (2024)

#(IMPORTANT NOTE: Please use R version 4.0.2 to reproduce the model results. There would be slight differences in the parameter estimates when different versions are used.)

This repository provides the R scripts for the 'Small area population estimation from health intervention data ...' paper. The scripts include the simulation study and the application to PNG datasets.

Below, the description of each of the files included within this repository is provided:

R scripts

There are four R scripts included within this folder:

  1. covariates_selection.R - this was to select the best fit covariates that woulc be used for the final model. A stepwise regression variable selection techniques with forward and backward (or 'both')algrorithms.
  2. small_area_pop_estimation_simulation_study.R - this script covers the simulation stusy we conducted to assess the sensitivity of the BHM (traditional) and TSBHM (proposed) approaches over different parameter values/levels of missingness in the input datasets.
  3. small_area_pop_estimation_sim_study_graphs.R - This is used to produce the graphs cited in the main document under simulation study.
  4. small_area_pop_estimation_application.R - this script outlines the implementation of our methodology using real data collected across the various census units in PNG

Input Data

Below are two major input datasets used:

  1. survey_data.RData: this is the input data containing counts of people, building counts, and all the geospatial covariates prepared at the census unit level. (please use only 'survey_data.RData'. It contains a data frame called 'covs' which ais the main data.
  2. cu_boundary.gpkg: this matches perfectly with the surv_data and contains most of the variables in the .csv file. The centroids of the c_boundary file is used as the longitude and latituide for the surv_data file.

Please kindly leave us a feedback to help improve our future outputs.

About

This repository provides the R scripts for the 'Small area population estimation from health intervention data ...' paper. The scripts include the simulation study and application studies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages