|
|
| capture cd "/Users/stefanogagliarducci/Dropbox" |
| if _rc==0 { |
| global Dofiles = "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Dofiles" |
| global Log = "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Log" |
| global Output = "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Output" |
| global Data = "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Data" |
| global RawData = "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Data/RawData" |
| global IntermediateData = "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Data/IntermediateData" |
| global AnalysisData = "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Data/AnalysisData" |
| global AppendixC_simulations= "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Output/AppendixC_simulations_output" |
| adopath ++ "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Adofiles/rd_2021" |
| adopath ++ "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Adofiles/reghdfe_2019" |
| adopath ++ "/Users/stefanogagliarducci/Dropbox/various/published/womenpart/EJ/3 replication package/Adofiles/DCdensity_2009" |
| } |
| else { |
| capture cd "D:/Dropbox" |
| if _rc==0 { |
| global Dofiles = "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Dofiles" |
| global Log = "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Log" |
| global Output = "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Output" |
| global Data = "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Data" |
| global RawData = "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Data/RawData" |
| global IntermediateData = "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Data/IntermediateData" |
| global AnalysisData = "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Data/AnalysisData" |
| global AppendixC_simulations= "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Output/AppendixC_simulations_output" |
| adopath ++ "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Adofiles/rd_2021" |
| adopath ++ "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Adofiles/reghdfe_2019" |
| adopath ++ "D:/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Adofiles/DCdensity_2009" |
| } |
| } |
| else { |
| capture cd "C:/Users/paserman/Dropbox" |
| if _rc==0 { |
| global Dofiles = "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Dofiles" |
| global Log = "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Log" |
| global Output = "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Output" |
| global Data = "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Data" |
| global RawData = "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Data/RawData" |
| global IntermediateData = "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Data/IntermediateData" |
| global AnalysisData = "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Data/AnalysisData" |
| global AppendixC_simulations = "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Output/AppendixC_simulations_output" |
| adopath ++ "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Adofiles/rd_2021" |
| adopath ++ "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Adofiles/reghdfe_2019" |
| adopath ++ "C:/Users/paserman/Dropbox/Research/GenderCooperativeness/EJ/3 replication package/Adofiles/DCdensity_2009" |
| } |
| } |
|
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
|
|
|
| |
|
|
| |
| |
| |
| |
| do "$Dofiles/Figure1_2.do" |
| do "$Dofiles/Figure3.do" |
| do "$Dofiles/Figure4a_4b.do" |
| do "$Dofiles/Figure5.do" |
| do "$Dofiles/Table1.do" |
| do "$Dofiles/Table2.do" |
| do "$Dofiles/Table3a_3b.do" |
| do "$Dofiles/Table4a_4b.do" |
| do "$Dofiles/Table5.do" |
| do "$Dofiles/Table6.do" |
| do "$Dofiles/Table7.do" |
| do "$Dofiles/Table8.do" |
| do "$Dofiles/Table9.do" |
| do "$Dofiles/Table10.do" |
| do "$Dofiles/TableD1.do" |
| do "$Dofiles/TableD2.do" |
|
|
|
|
| do "$Dofiles/AppendixC_simulations.do" |
|
|
|
|
|
|
|
|