Skip to content

francescochecchi/mortality_small_area_estimation

Repository files navigation

A method for small-area estimation of population mortality in settings affected by crises

Francesco Checchi, Adrienne Testa, Amy Gimma, Emilie Koum-Besson, Abdihamid Warsame

francesco.checchi@lshtm.ac.uk

London School of Hygiene and Tropical Medicine

Funding support: United States Institute of Peace, UK Foreign Commonwealth and Development Office, UK Research and Innovation

Checchi et al. (2022) https://pophealthmetrics.biomedcentral.com/articles/10.1186/s12963-022-00283-6

Explanation of R analysis scripts and input data files

Background

This repository contains R scripts and input datasets/parameter files (all .xslx or .csv) needed to replicate analysis of crisis-attributable mortality during a food insecurity crisis in Somalia (2016-2018). Input files for Somalia are provided here to illustrate and allow for replication of the small-area estimation method used for the analysis. However, the method has been also applied to crises in South Sudan and Nigeria. Nigeria data are provided in the nga branch of this directory. With the exception of script mortality_sae_2_reconstruct_pop_[xxx].r, all other R scripts are generic, and the structure of input files ia also standardised, i.e. can support application of the estimation method in a new crisis. A full presentation of the estimation method is provided in this paper. Somalia-specific estimates are here.

Requirements for analysis replication

Datasets/parameter files and R script files must be stored on the same folder, where output files will be saved. The survey_datasets.zip file should be unzipped to a /survey_datasets/ sub-folder. The directory for reading files is set automatically while the control code is run. It is recommended to run the code from the open-source RStudio interface.

Description of input data/parameter files

[xxx] refers to the country code - in this case, som for Somalia, nga for Nigeria, etc.

  • [xxx]_analysis_strata.xlsx, which simply contains the list of administrative level 0 (if needed), 1 (e.g. state/region) and 2 (e.g. district/county) geographical strata; further levels may be added, in which case corresponding parameters should also be added under the <general_parameters> worksheet of [xxx]_analysis_parameters.xlsx;
  • [xxx]_survey_metadata.xlsx, which contains unique IDs and various meta-variables for each SMART survey included in the analysis;
  • Individual raw datasets of SMART surveys, as exported using ENA software into .csv format (these should be named as per the unique survey ID variable in the [xxx]_survey_metadata.xlsx file, and stored in a sub-directory that must be called survey_datasets; no modifications are needed on the ENA-exported datasets, but we have encountered occasional errors (e.g. non-numeric entries or lone non-empty cells in unmarked columns). Somalia survey datasets are fully clean, but if data from a new crisis are analysed, errors such as the above, if not previously cleaned, will probably throw an error during execution of script 1, necessitating some investigation and manual data cleaning (script 1 will show the survey ID where the error occurs);
  • [xxx]_predictor_data.xlsx: this file contains a master table of all predictor datasets, with characteristics of each and options for how to manage them (script 3), including reshaping and aggregation, imputation, smoothing, interpolation, creation of lags, etc.;
  • [xxx]_demog_data.xlsx: while script 2 (population reconstruction) as mentioned below will need to be developed for each crisis, maintaining the same data input structure as shown in the sample dataset is recommended to avoid script execution problems; generally this will include a table of all population and displacement datasets used, a worksheet with specific demographic parameters (e.g. birth rate), and the datasets themselves;
  • [xxx]_analysis_parameters.xlsx: this is the main file enabling the user to interact with the analysis, and consists of a <general_parameters> worksheet (needed for all scripts) where various parameters needed across the analysis are declared; a <predictor_parameters> worksheet (scripts 4-6) wherein all variables to be considered in model fitting should be listed, with options to force their inclusion or exclusion, retain specific lags, categorise them, consider them in interaction terms, etc.; a <counterfactual_parameters> worksheet (scripts 5-6) where best, worst and most likely scenario values for both predictors and population input datasets are declared, so as to create corresponding counterfactual scenarios; and a <sensitivity_parameters> worksheet (script 6) where the user can specify sensitivity ranges for specific datasets (identified by their R object name).
  • Any additional datasets (.csv) that specify counterfactual values to be used for a given predictor or demographic dataset. For the Somalia analysis, som_idp_prmn_counterfactuals.csv is included to this repository. Note that this is not the only way to specify counterfactuals (see related tab of [xxx]_analysis_parameters.xslx).

Generally, dictionaries within each file are not just informational, but also determine which specific variables within each worksheet are read by the scripts. As such, they should be modified with care, and any additional variable or parameter added to any worksheet should be reflected within the corresponding dictionary.

Description of R scripts

Notes:

  • Required data inputs does not include various additional datasets and R objects that will have been generated by a previous script, and be read in automatically._
  • [xxx] indicates the country code, e.g. som for Somalia, ssd for South Sudan, etc.

☑️ mortality_sae_0_control_code.R

Sub-steps implemented Required data inputs Outputs
- install R packages;
- read input datasets;
- read and declare parameters;
- source other dependent scripts (below)
- [xxx]_analysis_strata.xlsx
- [xxx]_survey_metadata.xlsx
- Individual raw datasets of SMART surveys (see above)
- [xxx]_analysis_parameters.xlsx
- [xxx]_predictor_data.xlsx
- [xxx]_demog_data.xlsx
none

Note: Any dependent script can also run by executing the script itself or a portion of it.

☑️ mortality_sae_0_functions.R

Sub-steps implemented Required data inputs Outputs
- declare bespoke functions used by different scripts none

☑️ mortality_sae_1_manage_surveys.R

Sub-steps implemented Required data inputs Outputs
- reanalyse each survey and estimate additional demographic indicators;
- explore survey availability across crisis person-time;
- prepare survey observations for further analysis steps
- [xxx]_survey_metadata.xlsx
- Individual raw datasets of SMART surveys (see above)
- Re-analysed survey estimates
- Graphs and table of descriptive survey patterns
- Merged and reshaped survey observations

Note: Would need to be modified if mortality sources other than SMART surveys are introduced.

☑️ mortality_sae_2_reconstruct_pop_[xxx].R

Sub-steps implemented Required data inputs Outputs
- reconstruct population denominators for each stratum by combining census estimates, internal displacement and refugee data;
- estimate the proportion of IDPs as well as in- and out-migration rates
- [xxx]_analysis_strata.xlsx
- [xxx]_analysis_parameters.xlsx
- [xxx]_demog_data.xlsx
- Reconstructed population (including under 5y) denominators and IDP figures / proportions
- Graphs of trends in denominators

Note: This script is country-specific at present.

☑️ mortality_sae_3_manage_predictors.R

Sub-steps implemented Required data inputs Outputs
- merge predictors into one time series;
- transform predictor values into rate;
- visualise completeness and apply completeness cut-offs;
- perform specified manual and automated imputations;
- compute rolling means and lags;
- smooth and/or interpolate;
- prepare datasets for model fitting
- [xxx]_analysis_strata.xlsx
- [xxx]_analysis_parameters.xlsx
- [xxx]_predictor_data.xlsx
- Graphs of completeness and smoothed time series
- Predictor values for each kt stratum
- Average predictor values over the recall period of each survey (or survey stratum)

☑️ mortality_sae_4_predictive_model.R

Sub-steps implemented Required data inputs Outputs
- explore predictor distributions;
- categorise predictors;
- univariate analysis (categorical vs. continuous, best-fitting lag, screening out predictors with low association);
- brute force search across all candidate models;
- select best fixed-effects model based on cross-validation;
- explore interactions;
- fit mixed model and select between fixed-effects only and mixed option;
- calculate robust standard errors if fixed-effects model is selected;
- compute and graph various metrics of model performance;
- save model for subsequent steps
- [xxx]_analysis_parameters.xlsx
- [xxx]_predictor_data.xlsx
- Graphs of predictor distributions
- Fit statistics for each model evaluated by brute force
- Cross-validation fit statistics for most promising models
- Goodness-of-fit graphs, performance metrics and saved fits for the best models

Notes:

  • Needs to be run twice, once for CDR and once for U5DR.
  • Very computationally intensive (at least 5-10 hours on a standard laptop). Execution time depends mostly on: (i) how many models are being evaluated by brute force; (ii) number of folds for cross-validation (recommend 10 folds maximum); (iii) whether mixed model is fit and selected as best model (the script runs much faster if only a fixed-effects model is fitted).

☑️ mortality_sae_5_estimate_mortality.R

Sub-steps implemented Required data inputs Outputs
- create counterfactual datasets for each scenario;
- implement excess death toll estimation for three counterfactual scenarios (best, worst, most likely);
- aggregate death toll estimates as desired and create graphs and tables
- [xxx]_analysis_parameters.xlsx
- [xxx]_demog_data.xlsx
- any counterfactual datasets
- Graphs, tables and datasets of actual, counterfactual and excess death tolls and rates, for all ages and under 5y, by stratum, time unit as well as higher aggregations and overall

Notes:

  • Section on creating counterfactual population denominators may need to be modified if the step 2 script cannot be harmonised with this script.
  • Computationally intensive if > 1000 bootstrap samples are drawn.

☑️ mortality_sae_6_sensitivity_analyses.R

Sub-steps implemented Required data inputs Outputs
- sensitivity analysis of population and displacement data;
- sensitivity analysis of under 5y mortality underreporting;
- implemented by creating new input datasets that incorporate sensitivity assumptions, and re-running all analysis steps
- [xxx]_analysis_parameters.xlsx Graphs and datasets of death toll estimates for each set of sensitivity parameter values. To reduce computational intensity, this script only computes point estimates for each set of sensitivity parameter values, and omits various optional sub-steps.

Note: Very computationally intensive if > 10 sets of sensitivity values are investigated. May require increasing memory allocation. Suggest attempting this step with a minimal range of sensitivity values first.

About

Generic and country-specific input files and R scripts for small area estimation of excess mortality in crisis settings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages