├── .Rproj.user ├── A2517CB6 │ ├── pcs │ │ ├── debug-breakpoints.pper │ │ ├── files-pane.pper │ │ ├── source-pane.pper │ │ ├── windowlayoutstate.pper │ │ └── workbench-pane.pper │ ├── persistent-state │ ├── rmd-outputs │ ├── saved_source_markers │ └── sources │ │ └── prop │ │ ├── B897226B │ │ ├── C2BDBAE2 │ │ ├── E7935E3B │ │ └── INDEX └── shared │ └── notebooks │ ├── patch-chunk-names │ └── paths ├── .gitignore ├── CS_RR.Rproj ├── LICENSE ├── README.Rmd ├── README.md ├── README_cache └── gfm │ ├── RR_sensitivity_e3b16c276029fdf9c84181679b21b442.RData │ ├── RR_sensitivity_e3b16c276029fdf9c84181679b21b442.rdb │ ├── RR_sensitivity_e3b16c276029fdf9c84181679b21b442.rdx │ ├── __packages │ ├── auxfunction_6e72338a7cbc2a0513d0ed675cdaa633.RData │ ├── auxfunction_6e72338a7cbc2a0513d0ed675cdaa633.rdb │ ├── auxfunction_6e72338a7cbc2a0513d0ed675cdaa633.rdx │ ├── event_study_cs_e192c141e499c5c3009522b481120751.RData │ ├── event_study_cs_e192c141e499c5c3009522b481120751.rdb │ ├── event_study_cs_e192c141e499c5c3009522b481120751.rdx │ ├── load_data_2b8d8e0f9af0091b47aa70b7fc30e7d4.RData │ ├── load_data_2b8d8e0f9af0091b47aa70b7fc30e7d4.rdb │ ├── load_data_2b8d8e0f9af0091b47aa70b7fc30e7d4.rdx │ ├── packages_47c5a28a5ec83d18ebefbae10a8c8d72.RData │ ├── packages_47c5a28a5ec83d18ebefbae10a8c8d72.rdb │ └── packages_47c5a28a5ec83d18ebefbae10a8c8d72.rdx ├── codes ├── Callaway_SantAnna_DiD_with_Rambachan_Roth_honest_DID.R └── honest_did.R ├── data └── min_wage_CS.rds ├── papers ├── Callaway_Sant'Anna_2021_JoE.pdf └── Rambachan_Roth_2022_ReStud.pdf └── plots ├── CS_es_nv_X_fixed_baseline.png ├── cs_HDiD_relmag.png └── cs_HDiD_smooth.png /.Rproj.user/A2517CB6/pcs/debug-breakpoints.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/pcs/debug-breakpoints.pper -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/pcs/files-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/pcs/files-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/pcs/source-pane.pper: -------------------------------------------------------------------------------- 1 | { 2 | "activeTab": 0 3 | } -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/pcs/windowlayoutstate.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/pcs/windowlayoutstate.pper -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/pcs/workbench-pane.pper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/pcs/workbench-pane.pper -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/persistent-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/persistent-state -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/rmd-outputs: -------------------------------------------------------------------------------- 1 | 2 | C:/Users/PSANTA~1/AppData/Local/Temp/Rtmp2PCBSK/preview-7d45ad94abe.html 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/saved_source_markers: -------------------------------------------------------------------------------- 1 | {"active_set":"","sets":[]} -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/sources/prop/B897226B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/sources/prop/B897226B -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/sources/prop/C2BDBAE2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/sources/prop/C2BDBAE2 -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/sources/prop/E7935E3B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/sources/prop/E7935E3B -------------------------------------------------------------------------------- /.Rproj.user/A2517CB6/sources/prop/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/A2517CB6/sources/prop/INDEX -------------------------------------------------------------------------------- /.Rproj.user/shared/notebooks/patch-chunk-names: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.Rproj.user/shared/notebooks/paths: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.Rproj.user/shared/notebooks/paths -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/.gitignore -------------------------------------------------------------------------------- /CS_RR.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/CS_RR.Rproj -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/LICENSE -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README.md -------------------------------------------------------------------------------- /README_cache/gfm/RR_sensitivity_e3b16c276029fdf9c84181679b21b442.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/RR_sensitivity_e3b16c276029fdf9c84181679b21b442.RData -------------------------------------------------------------------------------- /README_cache/gfm/RR_sensitivity_e3b16c276029fdf9c84181679b21b442.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README_cache/gfm/RR_sensitivity_e3b16c276029fdf9c84181679b21b442.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/RR_sensitivity_e3b16c276029fdf9c84181679b21b442.rdx -------------------------------------------------------------------------------- /README_cache/gfm/__packages: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README_cache/gfm/auxfunction_6e72338a7cbc2a0513d0ed675cdaa633.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/auxfunction_6e72338a7cbc2a0513d0ed675cdaa633.RData -------------------------------------------------------------------------------- /README_cache/gfm/auxfunction_6e72338a7cbc2a0513d0ed675cdaa633.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README_cache/gfm/auxfunction_6e72338a7cbc2a0513d0ed675cdaa633.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/auxfunction_6e72338a7cbc2a0513d0ed675cdaa633.rdx -------------------------------------------------------------------------------- /README_cache/gfm/event_study_cs_e192c141e499c5c3009522b481120751.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/event_study_cs_e192c141e499c5c3009522b481120751.RData -------------------------------------------------------------------------------- /README_cache/gfm/event_study_cs_e192c141e499c5c3009522b481120751.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README_cache/gfm/event_study_cs_e192c141e499c5c3009522b481120751.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/event_study_cs_e192c141e499c5c3009522b481120751.rdx -------------------------------------------------------------------------------- /README_cache/gfm/load_data_2b8d8e0f9af0091b47aa70b7fc30e7d4.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/load_data_2b8d8e0f9af0091b47aa70b7fc30e7d4.RData -------------------------------------------------------------------------------- /README_cache/gfm/load_data_2b8d8e0f9af0091b47aa70b7fc30e7d4.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README_cache/gfm/load_data_2b8d8e0f9af0091b47aa70b7fc30e7d4.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/load_data_2b8d8e0f9af0091b47aa70b7fc30e7d4.rdx -------------------------------------------------------------------------------- /README_cache/gfm/packages_47c5a28a5ec83d18ebefbae10a8c8d72.RData: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/packages_47c5a28a5ec83d18ebefbae10a8c8d72.RData -------------------------------------------------------------------------------- /README_cache/gfm/packages_47c5a28a5ec83d18ebefbae10a8c8d72.rdb: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README_cache/gfm/packages_47c5a28a5ec83d18ebefbae10a8c8d72.rdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/README_cache/gfm/packages_47c5a28a5ec83d18ebefbae10a8c8d72.rdx -------------------------------------------------------------------------------- /codes/Callaway_SantAnna_DiD_with_Rambachan_Roth_honest_DID.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/codes/Callaway_SantAnna_DiD_with_Rambachan_Roth_honest_DID.R -------------------------------------------------------------------------------- /codes/honest_did.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/codes/honest_did.R -------------------------------------------------------------------------------- /data/min_wage_CS.rds: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/data/min_wage_CS.rds -------------------------------------------------------------------------------- /papers/Callaway_Sant'Anna_2021_JoE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/papers/Callaway_Sant'Anna_2021_JoE.pdf -------------------------------------------------------------------------------- /papers/Rambachan_Roth_2022_ReStud.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/papers/Rambachan_Roth_2022_ReStud.pdf -------------------------------------------------------------------------------- /plots/CS_es_nv_X_fixed_baseline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/plots/CS_es_nv_X_fixed_baseline.png -------------------------------------------------------------------------------- /plots/cs_HDiD_relmag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/plots/cs_HDiD_relmag.png -------------------------------------------------------------------------------- /plots/cs_HDiD_smooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pedrohcgs/CS_RR/HEAD/plots/cs_HDiD_smooth.png --------------------------------------------------------------------------------