This self-directed research repo reproduces and builds on Hyland, Djankov, and Goldberg's paper "Gendered Laws and Women in the Workforce" published in the 2020 American Economic Review.
The repository is structured as follows:
input/datacontains the data sources used in analysis including the raw data.outputs/datacontains the cleaned dataset that was constructed.outputs/papercontains the files used to generate the paper, including the Quarto document and reference bibliography file, as well as the PDF of the paper.scriptscontains the R scripts used to simulate, download and clean data.
Here is a quick guide to reproducing the graphs and tables.
- Clone this repository to your computer
- Download the data from the replication package folder
- Clean it using data cleaning file in scripts
- Open the paper.qmd file in outputs to test the R code that generated the plots
Check out our DOI on the Social Science Reproduction Platform: https://doi.org/10.48152/ssrp-qeab-5493
Our folder structure and workflow is based on a similar one created by Rohan Alexander, available at https://github.com/RohanAlexander/starter_folder