* It replicates the estimation in "The EU Gender Earnings Gap: Job Segregation and Working Time as Driving Factors" * For questions, please contact: * ??? * ??? * ??? * ??? * ??? *------------------------------------------------------------------------------------------ set more off set memory 2000m *------------------------------------------------------------------------------------------ * define paths cd "N:\Ablagen\D01700-Data\N2068017\Datenaustausch\RFN\Rossen\Gender Pay Gap - SES\Resubmit\Proof usw\" global MY_DATA_PATH "`c(pwd)'\data\" global MY_DO_PATH "`c(pwd)'\code\" *adopath ++ "`c(pwd)'\ados\" *------------------------------------------------------------------------------------------ * import csv data to Stata do "${MY_DO_PATH}01_import.do" *------------------------------------------------------------------------------------------ * data preperation do "${MY_DO_PATH}02_preparation.do" *------------------------------------------------------------------------------------------ * Oaxaca-Blinder decomposition do "${MY_DO_PATH}03_decomposition.do"