Skip to content

Agme, C., Josephson, A., Michler, J.D., Kilic, T., and Murray, S. (2024). "Variable Selection in Economic Applications of Remotely Sensed Weather Data: Evidence from the LSMS-ISA."

License

Notifications You must be signed in to change notification settings

AIDELabAZ/weather_metrics

 
 

Repository files navigation

Variable Selection in Economic Applications of Remotely Sensed Weather Data: Evidence from the LSMS-ISA

This repository contains code for replicating the statistical analysis in Agme, C., Josephson, A., Michler, J.D., Kilic, T., and Murray, S. (2024). "Variable Selection in Economic Applications of Remotely Sensed Weather Data: Evidence from the LSMS-ISA." Unpublished.

This README was last updated on 3 September 2024.

Index

Project Team

Contributors:

  • Jeffrey D. Michler [jdmichler@arizona.edu] (Conceptualizaiton, Analysis, Supervision, Visualization, Writing)
  • Anna Josephson [aljosephson@arizona.edu] (Conceptualizaiton, Analysis, Supervision, Visualization, Writing)
  • Talip Kilic (Conceptualization, Resources, Writing)
  • Siobhan Murray (Conceptualization, Writing)
  • Chandrakant Agme (Analysis, Visualization, Writing)
  • Kieran Douglas (Analysis, Data curation)
  • Brian McGreal (Data curation)
  • Alison Conley (Data curation)
  • Emil Kee-Tui (Data curation)
  • Reece Branham (Data curation)
  • Rodrigo Guerra Su (Data curation)
  • Jacob Taylor (Data curation)

Data cleaning

The code in this repository is primarily for replicating the cleaning of the household LSMS-ISA data. This requires downloading this repo and the household data from the World Bank webiste. The projectdo.do should then replicate the data cleaning process.

Pre-requisites

Stata req's

  • The data processing and analysis requires a number of user-written Stata programs. From SSC:
    1. blindschemes
    2. mdesc
    3. estout
    4. distinct
    5. winsor2
    6. unique
    7. palettes
    8. catplot
    9. colrspace
    10. carryforward
    11. missings
    12. coefplot

From software author webpages 1. WeatherConfig 2. xfill

Folder structure

The OSF project page provides more details on the data cleaning.

For the household cleaning code to run, the public use microdata must be downloaded from the World Bank Microdata Library. Furthermore, the data needs to be placed in the following folder structure:

weather_metric
├────household_data      
│    └──country          /* one dir for each country */
│       ├──wave          /* one dir for each wave */
│       └──logs
├──weather_data
│    └──country          /* one dir for each country */
│       ├──wave          /* one dir for each wave */
│       └──logs
├──merged_data
│    └──country          /* one dir for each country */
│       ├──wave          /* one dir for each wave */
│       └──logs
├──regression_data
│    ├──country          /* one dir for each country */
│    └──logs
└────results_data        /* overall analysis */
     ├─country          /* one dir for each country */
     ├──tables
     ├──figures
     └──logs

About

Agme, C., Josephson, A., Michler, J.D., Kilic, T., and Murray, S. (2024). "Variable Selection in Economic Applications of Remotely Sensed Weather Data: Evidence from the LSMS-ISA."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Stata 100.0%