Skip to content

Repository for ongoing COVID-related projects, using World Bank LSMS data and World Bank COVID phone surveys. doi: 10.5281/zenodo.4060416

License

Notifications You must be signed in to change notification settings

aljosephson/wb_covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socioeconomic impacts of COVID-19 in low income countries: Replication Code

This README describes the directory structure & should enable users to replicate all tables and figures for work related to the World Bank LSMS and World Bank COVID phone surveys. For more information and to access these phone surveys, visit the World Bank Microdata Library (https://microdata.worldbank.org/index.php/home). The relevant surveys are available under under the High-Frequency Phone Survey collection (http://bit.ly/microdata-hfps).

For more information contact Anna Josephson and/or Jeffrey D. Michler. Contact information listed below.

Last update: January 2023. Repo not updated (no new data collection): November 2023. For more information, contact aljosephson@arizona.edu.

DOI

Index

Introduction

Contributors:

As described in more detail below, scripts various go through each step, from cleaning raw data to analysis.

Data

The publicly-available data for each survey round is coupled with a basic information document, interview manual, and questionnaire for that round, which can be accessed through:

The approach to the phone survey questionnaire design and sampling is comparable across countries. It is informed by the template questionnaire and the phone survey sampling guidelines that have been publicly made available by the World Bank. These can be accessed through:

Data cleaning

The code in this repository cleans all raw phone surveys for the High-Frequency Phone Survey collection: http://bit.ly/microdata-hfps, as of September 2022. The file `project.do' establishes an idential workspace between users, sets globals that define absolute paths, and loads user written packages needed for analysis (see Stata reqs, below). This file should serve as the starting point to find any do-file, dataset, or other output.

Additionally, the code in this repository cleans the raw phone surveys and replicates material (both in text and supplementary material) related to "Socioeconomic impact of COVID-19 in four African countries".

Pre-requisites

Stata reqs

The data processing and analysis requires a number of user-written Stata programs:

    1. blindschemes
    1. estout
    1. mdesc
    1. grc1leg2
    1. distinct
    1. winsor2
    1. palettes
    1. catplot
    1. colrspace

Folder structure

The general repo structure looks as follows:

wb_covid
├────README.md
├────projectdo.do
├────LICENSE
│    
├────country             /* one dir for each country */
│    ├──household_data
│    │  └──wave          /* one dir for each wave */
│    ├──household_cleaning_code 
│
│────Analysis            /* overall analysis */
│    ├──code
│    └──output
│       ├──tables
│       └──figures
│   
└────config

About

Repository for ongoing COVID-related projects, using World Bank LSMS data and World Bank COVID phone surveys. doi: 10.5281/zenodo.4060416

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages