├── .gitignore ├── Labs ├── Lab-1 │ ├── README.md │ ├── Solutions │ │ ├── Solutions.R │ │ └── Solutions.do │ └── angrist_krueger_mod.dta └── Lab-2 │ ├── README.md │ ├── Solutions │ ├── Solutions.R │ └── Solutions.do │ └── almond_chay_lee.dta ├── Outline.pdf ├── README.md ├── Readings ├── Abdulkadiroglu_Angrist_Hull_Pathak_2016.pdf ├── Almond_Chay_Lee_2005.pdf ├── Angrist_Kolesar_2024.pdf ├── Angrist_Krueger_1991.pdf ├── Borusyak_Hull_2023.pdf ├── Borusyak_Hull_2024.pdf ├── Borusyak_Hull_Jaravel_2022.pdf ├── Borusyak_Hull_Jaravel_2023.pdf ├── Dale_Krueger_2001.pdf ├── Finkelstein_2007.pdf ├── Goldsmith-Pinkham_Hull_Kolesar_2024.pdf ├── Kline_Walters_2019.pdf ├── deChaisemartin_Ramirez-Cuellar_2024.pdf └── placeholder ├── Slides ├── Day1.pdf ├── Day1.tex ├── Day2.pdf ├── Day2.tex ├── Day3.pdf ├── Day3.tex └── figures │ ├── BH_sim_lines_MA_2016_color.png │ ├── BigPicture.png │ ├── BigPicture_1.png │ ├── CEF2.png │ ├── DK02.png │ ├── GB_1.png │ ├── GB_2.png │ ├── Line_panel2016.png │ ├── Lines_actual_planned.png │ ├── NlinkExpected2016.png │ ├── NlinkRecentered2016.png │ ├── STAR_CB.png │ ├── STAR_Scatter.png │ ├── Sim_Line_nlink2016.png │ ├── aahp.png │ ├── aahp_1.png │ ├── aca_ss.png │ ├── adh_balance.png │ ├── adh_bhj.png │ ├── charters_table.png │ ├── charters_table_2.png │ ├── dag2.png │ ├── dag2_1.png │ ├── dag3.png │ ├── dag3_1.png │ ├── dag4.png │ ├── dag4_1.png │ ├── dag5.png │ ├── dag5_1.png │ ├── emp_ols_binscatter.pdf │ ├── fink.png │ ├── hsr_bal.png │ ├── hsr_tab.png │ ├── khoa_cluster.jpg │ ├── kw_heckit.png │ ├── schedule.png │ ├── spec_test.png │ └── ssaggregate.png └── img └── banner.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/.gitignore -------------------------------------------------------------------------------- /Labs/Lab-1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Labs/Lab-1/README.md -------------------------------------------------------------------------------- /Labs/Lab-1/Solutions/Solutions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Labs/Lab-1/Solutions/Solutions.R -------------------------------------------------------------------------------- /Labs/Lab-1/Solutions/Solutions.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Labs/Lab-1/Solutions/Solutions.do -------------------------------------------------------------------------------- /Labs/Lab-1/angrist_krueger_mod.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Labs/Lab-1/angrist_krueger_mod.dta -------------------------------------------------------------------------------- /Labs/Lab-2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Labs/Lab-2/README.md -------------------------------------------------------------------------------- /Labs/Lab-2/Solutions/Solutions.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Labs/Lab-2/Solutions/Solutions.R -------------------------------------------------------------------------------- /Labs/Lab-2/Solutions/Solutions.do: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Labs/Lab-2/Solutions/Solutions.do -------------------------------------------------------------------------------- /Labs/Lab-2/almond_chay_lee.dta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Labs/Lab-2/almond_chay_lee.dta -------------------------------------------------------------------------------- /Outline.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Outline.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/README.md -------------------------------------------------------------------------------- /Readings/Abdulkadiroglu_Angrist_Hull_Pathak_2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Abdulkadiroglu_Angrist_Hull_Pathak_2016.pdf -------------------------------------------------------------------------------- /Readings/Almond_Chay_Lee_2005.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Almond_Chay_Lee_2005.pdf -------------------------------------------------------------------------------- /Readings/Angrist_Kolesar_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Angrist_Kolesar_2024.pdf -------------------------------------------------------------------------------- /Readings/Angrist_Krueger_1991.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Angrist_Krueger_1991.pdf -------------------------------------------------------------------------------- /Readings/Borusyak_Hull_2023.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Borusyak_Hull_2023.pdf -------------------------------------------------------------------------------- /Readings/Borusyak_Hull_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Borusyak_Hull_2024.pdf -------------------------------------------------------------------------------- /Readings/Borusyak_Hull_Jaravel_2022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Borusyak_Hull_Jaravel_2022.pdf -------------------------------------------------------------------------------- /Readings/Borusyak_Hull_Jaravel_2023.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Borusyak_Hull_Jaravel_2023.pdf -------------------------------------------------------------------------------- /Readings/Dale_Krueger_2001.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Dale_Krueger_2001.pdf -------------------------------------------------------------------------------- /Readings/Finkelstein_2007.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Finkelstein_2007.pdf -------------------------------------------------------------------------------- /Readings/Goldsmith-Pinkham_Hull_Kolesar_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Goldsmith-Pinkham_Hull_Kolesar_2024.pdf -------------------------------------------------------------------------------- /Readings/Kline_Walters_2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/Kline_Walters_2019.pdf -------------------------------------------------------------------------------- /Readings/deChaisemartin_Ramirez-Cuellar_2024.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Readings/deChaisemartin_Ramirez-Cuellar_2024.pdf -------------------------------------------------------------------------------- /Readings/placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Slides/Day1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/Day1.pdf -------------------------------------------------------------------------------- /Slides/Day1.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/Day1.tex -------------------------------------------------------------------------------- /Slides/Day2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/Day2.pdf -------------------------------------------------------------------------------- /Slides/Day2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/Day2.tex -------------------------------------------------------------------------------- /Slides/Day3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/Day3.pdf -------------------------------------------------------------------------------- /Slides/Day3.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/Day3.tex -------------------------------------------------------------------------------- /Slides/figures/BH_sim_lines_MA_2016_color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/BH_sim_lines_MA_2016_color.png -------------------------------------------------------------------------------- /Slides/figures/BigPicture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/BigPicture.png -------------------------------------------------------------------------------- /Slides/figures/BigPicture_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/BigPicture_1.png -------------------------------------------------------------------------------- /Slides/figures/CEF2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/CEF2.png -------------------------------------------------------------------------------- /Slides/figures/DK02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/DK02.png -------------------------------------------------------------------------------- /Slides/figures/GB_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/GB_1.png -------------------------------------------------------------------------------- /Slides/figures/GB_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/GB_2.png -------------------------------------------------------------------------------- /Slides/figures/Line_panel2016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/Line_panel2016.png -------------------------------------------------------------------------------- /Slides/figures/Lines_actual_planned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/Lines_actual_planned.png -------------------------------------------------------------------------------- /Slides/figures/NlinkExpected2016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/NlinkExpected2016.png -------------------------------------------------------------------------------- /Slides/figures/NlinkRecentered2016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/NlinkRecentered2016.png -------------------------------------------------------------------------------- /Slides/figures/STAR_CB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/STAR_CB.png -------------------------------------------------------------------------------- /Slides/figures/STAR_Scatter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/STAR_Scatter.png -------------------------------------------------------------------------------- /Slides/figures/Sim_Line_nlink2016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/Sim_Line_nlink2016.png -------------------------------------------------------------------------------- /Slides/figures/aahp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/aahp.png -------------------------------------------------------------------------------- /Slides/figures/aahp_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/aahp_1.png -------------------------------------------------------------------------------- /Slides/figures/aca_ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/aca_ss.png -------------------------------------------------------------------------------- /Slides/figures/adh_balance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/adh_balance.png -------------------------------------------------------------------------------- /Slides/figures/adh_bhj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/adh_bhj.png -------------------------------------------------------------------------------- /Slides/figures/charters_table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/charters_table.png -------------------------------------------------------------------------------- /Slides/figures/charters_table_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/charters_table_2.png -------------------------------------------------------------------------------- /Slides/figures/dag2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/dag2.png -------------------------------------------------------------------------------- /Slides/figures/dag2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/dag2_1.png -------------------------------------------------------------------------------- /Slides/figures/dag3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/dag3.png -------------------------------------------------------------------------------- /Slides/figures/dag3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/dag3_1.png -------------------------------------------------------------------------------- /Slides/figures/dag4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/dag4.png -------------------------------------------------------------------------------- /Slides/figures/dag4_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/dag4_1.png -------------------------------------------------------------------------------- /Slides/figures/dag5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/dag5.png -------------------------------------------------------------------------------- /Slides/figures/dag5_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/dag5_1.png -------------------------------------------------------------------------------- /Slides/figures/emp_ols_binscatter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/emp_ols_binscatter.pdf -------------------------------------------------------------------------------- /Slides/figures/fink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/fink.png -------------------------------------------------------------------------------- /Slides/figures/hsr_bal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/hsr_bal.png -------------------------------------------------------------------------------- /Slides/figures/hsr_tab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/hsr_tab.png -------------------------------------------------------------------------------- /Slides/figures/khoa_cluster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/khoa_cluster.jpg -------------------------------------------------------------------------------- /Slides/figures/kw_heckit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/kw_heckit.png -------------------------------------------------------------------------------- /Slides/figures/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/schedule.png -------------------------------------------------------------------------------- /Slides/figures/spec_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/spec_test.png -------------------------------------------------------------------------------- /Slides/figures/ssaggregate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/Slides/figures/ssaggregate.png -------------------------------------------------------------------------------- /img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mixtape-Sessions/Design-Based-Inference/HEAD/img/banner.png --------------------------------------------------------------------------------