├── .Rhistory ├── .gitignore ├── README.md ├── analysis.R ├── event_study_reg_weights.R ├── imputation.R ├── mw_data_ch.RData ├── mw_data_ch2.RData └── process_qcew_income_data.R /.Rhistory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/.Rhistory -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/README.md -------------------------------------------------------------------------------- /analysis.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/analysis.R -------------------------------------------------------------------------------- /event_study_reg_weights.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/event_study_reg_weights.R -------------------------------------------------------------------------------- /imputation.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/imputation.R -------------------------------------------------------------------------------- /mw_data_ch.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/mw_data_ch.RData -------------------------------------------------------------------------------- /mw_data_ch2.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/mw_data_ch2.RData -------------------------------------------------------------------------------- /process_qcew_income_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bcallaway11/did_chapter/HEAD/process_qcew_income_data.R --------------------------------------------------------------------------------