clear set memory 150m set matsize 2500 set more off /* ********************************************************************************************************************************* */ /* ********************************************************************************************************************************* */ /* Jens Hainmueller and Michael J. Hiscox 2004: Educated Preferences: Explaining Attitudes Toward Immigration in Europe */ /* Do File 2: Replication Robustness Supplement: Tables 1-11 */ /* Version 1.2 09/10/2004 */ /* using file: "ESSvol5recodedHH2004.dta" --> Please copy this dataset to your STATA working directory and run the do file */ /* ********************************************************************************************************************************* */ /* Requires ado files "outreg", "dprobit" and "prchange" (all available for download via STATA help) */ /* ********************************************************************************************************************************* */ /* This do file replicates Robustness Supplement Tables 1-11 */ /* and automatically exports them (via outreg) into seperate files named RobTable1.doc, Robtable2.doc, etc. on your C drive */ /* These .doc files we prefer to open in excel */ /* Moreover, log files for all table estimations named HH2004RobustnessTable1.log, etc. are created in your working directory */ /* Thank you for your interest in our research */ /* For questions please email: Jens_Hainmueller@ksg05.harvard.edu */ /* ********************************************************************************************************************************* */ /* ********************************************************************************************************************************* */ use "ESSvol5recodedHH2004.dta", clear /* Set up covariates matrix for baseline model */ gen xxage=age gen xxgender=gender gen xxincome=income gen xxnative=native gen xximmigrant_friends=immigrant_friends gen xxminority_area=minority_area gen xxpartisan_right=partisan_right log using HH2004RobustnessTable1.log, replace /* ******************************************************************************************* */ /* Table 1 ********** */ /* Effects of Skill on Immigration Preferences – Country Specific Estimates */ /* using the smaller country models with "income" (left panel) and with "perceived income" (right panel) */ /* skill345 */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 skill345 xx* if CNTRY=="LU" & paidwork==1 [pweight=DWEIGHT], robust outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) replace /* Note single country models for LUXEMBURG are estimated with robust SE only because the whole country is one single region */ xi: dprobit iricheur1 skill345 xx* if CNTRY=="NO" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="IE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="DK" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="CH" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="AT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="NL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="BE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="DE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append /* France omitted: no skill observations available */ xi: dprobit iricheur1 skill345 xx* if CNTRY=="FI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="IT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="GB" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="SE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="IL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="ES" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="PT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="GR" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="SI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="CZ" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="HU" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="PL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 skill345 xx* if CNTRY=="LU" & paidwork==1 [pweight=DWEIGHT], robust outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="NO" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="IE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="DK" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="CH" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="AT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="NL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="BE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="DE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append /* France omitted: no skill observations available */ xi: dprobit ipooreur1 skill345 xx* if CNTRY=="FI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="IT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="GB" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="SE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="IL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="ES" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="PT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="GR" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="SI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="CZ" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="HU" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="PL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="LU" & paidwork==1 [pweight=DWEIGHT] , robust outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="NO" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="IE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="DK" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="CH" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="AT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="NL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="BE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="DE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append /* France omitted: no skill observations available */ xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="FI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="IT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="GB" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="SE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="IL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="ES" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="PT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="GR" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="SI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="CZ" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="HU" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="PL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="LU" & paidwork==1 [pweight=DWEIGHT], robust outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="NO" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="IE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="DK" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="CH" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="AT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="NL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="BE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="DE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append /* France omitted: no skill observations available */ xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="FI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="IT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="GB" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="SE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="IL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="ES" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="PT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="GR" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="SI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="CZ" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="HU" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="PL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* skill345 and perceived income *********************************** */ /* Set up new baseline model */ drop xx** gen xxage=age gen xxgender=gender gen xxperincome=perincome gen xxnative=native gen xximmigrant_friends=immigrant_friends gen xxminority_area=minority_area gen xxpartisan_right=partisan_right /* Immigration from Richer Europe */ xi: dprobit iricheur1 skill345 xx* if CNTRY=="LU" & paidwork==1 [pweight=DWEIGHT], robust outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append /* Note single country models for LUXEMBURG are estimated with robust SE only because the whole country is one single region */ xi: dprobit iricheur1 skill345 xx* if CNTRY=="NO" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="IE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="DK" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="CH" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="AT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="NL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="BE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="DE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append /* France omitted: no skill observations available */ xi: dprobit iricheur1 skill345 xx* if CNTRY=="FI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="IT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="GB" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="SE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="IL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="ES" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="PT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="GR" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="SI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="CZ" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="HU" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit iricheur1 skill345 xx* if CNTRY=="PL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 skill345 xx* if CNTRY=="LU" & paidwork==1 [pweight=DWEIGHT], robust outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="NO" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="IE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="DK" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="CH" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="AT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="NL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="BE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="DE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append /* France omitted: no skill observations available */ xi: dprobit ipooreur1 skill345 xx* if CNTRY=="FI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="IT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="GB" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="SE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="IL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="ES" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="PT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="GR" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="SI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="CZ" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="HU" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipooreur1 skill345 xx* if CNTRY=="PL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="LU" & paidwork==1 [pweight=DWEIGHT] , robust outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="NO" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="IE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="DK" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="CH" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="AT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="NL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="BE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="DE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append /* France omitted: no skill observations available */ xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="FI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="IT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="GB" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="SE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="IL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="ES" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="PT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="GR" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="SI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="CZ" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="HU" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit irichnoeur1 skill345 xx* if CNTRY=="PL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="LU" & paidwork==1 [pweight=DWEIGHT], robust outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="NO" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="IE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="DK" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="CH" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="AT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="NL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="BE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="DE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append /* France omitted: no skill observations available */ xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="FI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="IT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="GB" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="SE" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="IL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="ES" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="PT" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="GR" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="SI" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="CZ" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="HU" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipoornoeur1 skill345 xx* if CNTRY=="PL" & paidwork==1 [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable1.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Restore old covariates matrix for baseline model */ drop xx** gen xxage=age gen xxgender=gender gen xxincome=income gen xxnative=native gen xximmigrant_friends=immigrant_friends gen xxminority_area=minority_area gen xxpartisan_right=partisan_right /* ****************************************************************************************** */ log close log using HH2004RobustnessTable2.log, replace /* ******************************************************************************************* */ /* Table 2: ********** */ /* Skill-level, Education, and Immigration Attitudes by Source: Full ESS Sample */ /* High Skill Low Skill Dummy and Schooling (note: this part omitted in the paper where we show results for attainment only)*/ /* Immigration from Richer Europe */ xi: dprobit iricheur1 schooling skill345 xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable2.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) replace /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 schooling skill345 xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable2.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 schooling skill345 xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable2.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 schooling skill345 xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable2.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Individual Skill Dummies and Schooling */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 schooling skill2 skill3 skill4 skill5 xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable2.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 schooling skill2 skill3 skill4 skill5 xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable2.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 schooling skill2 skill3 skill4 skill5 xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable2.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 schooling skill2 skill3 skill4 skill5 xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable2.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* ******************************************************************************************* */ log close log using HH2004RobustnessTable3.log, replace /* ******************************************************************************************* */ /* Table 3: ********** */ /* Skill-level, Education, and Attitudes by Source: Employment Status Sub-Samples ************ */ /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain skill345 xx* i.CNTRY if paidwork==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) replace /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain skill345 xx* i.CNTRY if paidwork==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain skill345 xx* i.CNTRY if paidwork==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain skill345 xx* i.CNTRY if paidwork==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Subsample 2: Currently unemployed looking for job and not in paid work; UEMPLA==1 | UEMPLI==1 & paidwork==0 */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain skill345 xx* i.CNTRY if UEMPLA==1 | UEMPLI==1 & paidwork==0 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain skill345 xx* i.CNTRY if UEMPLA==1 | UEMPLI==1 & paidwork==0 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain skill345 xx* i.CNTRY if UEMPLA==1 | UEMPLI==1 & paidwork==0 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain skill345 xx* i.CNTRY if UEMPLA==1 | UEMPLI==1 & paidwork==0 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Subsample 3: Students; EDCTN==1 */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain skill345 xx* i.CNTRY if EDCTN==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain skill345 xx* i.CNTRY if EDCTN==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain skill345 xx* i.CNTRY if EDCTN==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain skill345 xx* i.CNTRY if EDCTN==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Subsample 4: Currently retired; RTRD==1 */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain skill345 xx* i.CNTRY if RTRD==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain skill345 xx* i.CNTRY if RTRD==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain skill345 xx* i.CNTRY if RTRD==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain skill345 xx* i.CNTRY if RTRD==1 [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable3.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* ******************************************************************************************* */ log close log using HH2004RobustnessTable4.log, replace /* ******************************************************************************************* */ /* Table 4 *********************************** */ /* Education, Cultural Tolerance, and Economic Literacy */ /* Setup additional covariate matrix zz* */ gen zzracism=racism gen zzcrime=crime gen zzantihate=antihate gen zzculture=culture gen zzmulticulti=multiculti gen zzeconomy=economy gen zzskill345=skill345 /* Educational Attainmnet */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain zz* xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable4.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) replace /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain zz* xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable4.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain zz* xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable4.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain zz* xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable4.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Schooling */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 schooling zz* xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable4.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 schooling zz* xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable4.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 schooling zz* xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable4.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 schooling zz* xx* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable4.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* ******************************************************************************************* */ log close log using HH2004RobustnessTable5.log, replace /* ******************************************************************************************* */ /* Table 5 **************************************************** */ /* Education and Racism: Tests by Employment Status Sub-Samples */ /* educational attainment ********************************************* */ /* Racism Proxy: Racism **** */ /* Subsample 0: FULL Sample */ xi: reg racism eduattain age native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster replace /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: reg racism eduattain age native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1.1: Currently out of the labour market sub-sample (not in paid work); paidwork=0 */ xi: reg racism eduattain age native i.CNTRY [pweight=PDWEIGHT] if paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 2: Currently unemployed and not in paid work; UEMPLA==1 | UEMPLI==1 & paidwork==0 */ xi: reg racism eduattain age native i.CNTRY [pweight=PDWEIGHT] if UEMPLA==1 | UEMPLI==1 & paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 3: Students; EDCTN==1 */ xi: reg racism eduattain age native i.CNTRY [pweight=PDWEIGHT] if EDCTN==1 , cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 4: Currently retired; RTRD==1 */ xi: reg racism eduattain age native i.CNTRY [pweight=PDWEIGHT] if RTRD==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Racism Proxy: antihate **** */ /* Subsample 0: FULL Sample */ xi: reg antihate eduattain age native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: reg antihate eduattain age native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1.1: Currently out of the labour market sub-sample (not in paid work); paidwork=0 */ xi: reg antihate eduattain age native i.CNTRY [pweight=PDWEIGHT] if paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 2: Currently unemployed and not in paid work; UEMPLA==1 | UEMPLI==1 & paidwork==0 */ xi: reg antihate eduattain age native i.CNTRY [pweight=PDWEIGHT] if UEMPLA==1 | UEMPLI==1 & paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 3: Students; EDCTN==1 */ xi: reg antihate eduattain age native i.CNTRY [pweight=PDWEIGHT] if EDCTN==1 , cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 4: Currently retired; RTRD==1 */ xi: reg antihate eduattain age native i.CNTRY [pweight=PDWEIGHT] if RTRD==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Racism Proxy: multiculti **** */ /* Subsample 0: FULL Sample */ xi: reg multiculti eduattain age native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: reg multiculti eduattain age native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1.1: Currently out of the labour market sub-sample (not in paid work); paidwork=0 */ xi: reg multiculti eduattain age native i.CNTRY [pweight=PDWEIGHT] if paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 2: Currently unemployed and not in paid work; UEMPLA==1 | UEMPLI==1 & paidwork==0 */ xi: reg multiculti eduattain age native i.CNTRY [pweight=PDWEIGHT] if UEMPLA==1 | UEMPLI==1 & paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 3: Students; EDCTN==1 */ xi: reg multiculti eduattain age native i.CNTRY [pweight=PDWEIGHT] if EDCTN==1 , cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 4: Currently retired; RTRD==1 */ xi: reg multiculti eduattain age native i.CNTRY [pweight=PDWEIGHT] if RTRD==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* SKILL345 ************************************************ */ /* Racism Proxy: Racism */ /* Subsample 0: FULL Sample */ xi: reg racism skill345 age native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: reg racism skill345 age native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1.1: Currently out of the labour market sub-sample (not in paid work); paidwork=0 */ xi: reg racism skill345 age native i.CNTRY [pweight=PDWEIGHT] if paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 2: Currently unemployed and not in paid work; UEMPLA==1 | UEMPLI==1 & paidwork==0 */ xi: reg racism skill345 age native i.CNTRY [pweight=PDWEIGHT] if UEMPLA==1 | UEMPLI==1 & paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 3: Students; EDCTN==1 */ xi: reg racism skill345 age native i.CNTRY [pweight=PDWEIGHT] if EDCTN==1 , cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 4: Currently retired; RTRD==1 */ xi: reg racism skill345 age native i.CNTRY [pweight=PDWEIGHT] if RTRD==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Racism Proxy: antihate */ /* Subsample 0: FULL Sample */ xi: reg antihate skill345 age native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: reg antihate skill345 age native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1.1: Currently out of the labour market sub-sample (not in paid work); paidwork=0 */ xi: reg antihate skill345 age native i.CNTRY [pweight=PDWEIGHT] if paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 2: Currently unemployed and not in paid work; UEMPLA==1 | UEMPLI==1 & paidwork==0 */ xi: reg antihate skill345 age native i.CNTRY [pweight=PDWEIGHT] if UEMPLA==1 | UEMPLI==1 & paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 3: Students; EDCTN==1 */ xi: reg antihate skill345 age native i.CNTRY [pweight=PDWEIGHT] if EDCTN==1 , cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 4: Currently retired; RTRD==1 */ xi: reg antihate skill345 age native i.CNTRY [pweight=PDWEIGHT] if RTRD==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Racism Proxy: multiculti */ /* Subsample 0: FULL Sample */ xi: reg multiculti skill345 age native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: reg multiculti skill345 age native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 1.1: Currently out of the labour market sub-sample (not in paid work); paidwork=0 */ xi: reg multiculti skill345 age native i.CNTRY [pweight=PDWEIGHT] if paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 2: Currently unemployed and not in paid work; UEMPLA==1 | UEMPLI==1 & paidwork==0 */ xi: reg multiculti skill345 age native i.CNTRY [pweight=PDWEIGHT] if UEMPLA==1 | UEMPLI==1 & paidwork==0, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 3: Students; EDCTN==1 */ xi: reg multiculti skill345 age native i.CNTRY [pweight=PDWEIGHT] if EDCTN==1 , cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* Subsample 4: Currently retired; RTRD==1 */ xi: reg multiculti skill345 age native i.CNTRY [pweight=PDWEIGHT] if RTRD==1, cl(REGINDICATOR) level(99) outreg using C:\RobTable5.doc , coefastr se 3aster append /* ******************************************************************************************** */ log close log using HH2004RobustnessTable6.log, replace /* ******************************************************************************************* */ /* Table 6: The AREA model *********************************** */ /* Educational Attainmnet */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain xx* eduattainXminority_area i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable6.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) replace /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain xx* eduattainXminority_area i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable6.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain xx* eduattainXminority_area i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable6.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain xx* eduattainXminority_area i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable6.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Schooling */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 schooling xx* schoolingXminority_area i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable6.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 schooling xx* schoolingXminority_area i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable6.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 schooling xx* schoolingXminority_area i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable6.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 schooling x* schoolingXminority_area i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable6.doc , coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* ******************************************************************************************** */ log close log using HH2004RobustnessTable7.log, replace /* ********************************************************************************************** */ /* Table 7 ********** */ /* Effects of Education on Immigration Preferences: Country-Specific Estimates from Ordered-Probit Models */ /* Models with "income" */ /* Skill Proxy: Educational Atainment */ /* Immigration from Richer Europe */ xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust /* Note single country models for LUXEMBURG are estimated with robust SE only because the whole country is one single region */ outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) replace xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Years of Schooling */ /* Immigration from Richer Europe */ xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* ******************************************************************************************* */ log close log using HH2004RobustnessTable7b.log, replace /* ******************************************************************************************* */ /* Table 7b ********** */ /* Effects of Education on Immigration Preferences: Country-Specific Estimates from Ordered-Probit Models */ /* Models with perceived income */ /* Set up new baseline model */ drop xx** gen xxage=age gen xxgender=gender gen xxperincome=perincome gen xxnative=native gen xximmigrant_friends=immigrant_friends gen xxminority_area=minority_area gen xxpartisan_right=partisan_right /* Skill Proxy: Educational Atainment */ /* Immigration from Richer Europe */ /* Immigration from Richer Europe */ xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust /* Note single country models for LUXEMBURG are estimated with robust SE only because the whole country is one single region */ outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) replace xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit iricheur_ordprobit eduattain xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit ipooreur_ordprobit eduattain xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit irichnoeur_ordprobit eduattain xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit ipoornoeur_ordprobit eduattain xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Years of Schooling */ /* Immigration from Richer Europe */ xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit iricheur_ordprobit schooling xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit ipooreur_ordprobit schooling xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit irichnoeur_ordprobit schooling xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) /* outreg using C:\RobTable7.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append */ xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: oprobit ipoornoeur_ordprobit schooling xx* if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable7b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* ******************************************************************************************* */ /* Restore old Baseline model */ drop xx** gen xxage=age gen xxgender=gender gen xxincome=income gen xxnative=native gen xximmigrant_friends=immigrant_friends gen xxminority_area=minority_area gen xxpartisan_right=partisan_right /* ******************************************************************************************* */ log close log using HH2004RobustnessTable8a.log, replace /* ******************************************************************************************* */ /* Table 8a ********** */ /* The "Kitchen Sink" Model without mobility (big N)*/ /* Setup yet additional covariates matrix YY* */ gen YYTRUST=TRUST gen YYFREEMARKET=FREEMARKET gen YYEQUALITY=EQUALITY gen YYALTRUSIM=ALTRUSIM gen YYTRADITIONALISM=TRADITIONALISM gen YYRELIGIOUS=RELIGIOUS gen YYSCAPITAL1=SCAPITAL1 gen YYSCAPITAL2=SCAPITAL2 gen YYREFUGEE1=REFUGEE1 gen YYREFUGEE2=REFUGEE2 gen YYTUMEMBER=TUMEMBER gen YYs1=s1 gen YYoccupUE=occupUE gen YYcomp_d=comp_d gen YYcomp_a=comp_a gen YYcomp_nt=comp_nt gen YYuemp3m=uemp3m gen YYUEMPLA=UEMPLA /* Educational Attainmnet */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8a.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) replace /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8a.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8a.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8a.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Schooling */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 schooling zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8a.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 schooling zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8a.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 schooling zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8a.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 schooling zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8a.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* ******************************************************************************************* */ log close log using HH2004RobustnessTable8b.log, replace /* ******************************************************************************************* */ /* Table 8b ********** */ /* The "Kitchen Sink" Model with mobility (small N)*/ /* Add mobility to covariates matrix YY* */ gen YYmobility=mobility /* Educational Attainmnet */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) replace /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Schooling */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 schooling zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 schooling zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 schooling zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 schooling zz* xx* YY* i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable8b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append drop YY* drop zz* /* ******************************************************************************************* */ log close log using HH2004RobustnessTable10.log, replace /* ******************************************************************************************* */ /* Table 10 ******************************************** */ /* Education, Skills, Job Insecurity ****************** */ /* Labour Market Risk 1: Past Unemployment ******** */ /* Proxy: uemp3m ** */ /* educational attainment **** */ /* Subsample 0: FULL Sample */ xi: probit uemp3m eduattain age age2 native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) replace prchange /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: probit uemp3m eduattain age age2 native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append prchange /* SKILL345 ***** */ /* Subsample 0: FULL Sample */ xi: probit uemp3m skill345 age age2 native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append prchange /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: probit uemp3m skill345 age age2 native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append prchange /* Labour Market Risk 2: Current Unemployment ******** */ /* Proxy: UEMPLA *** */ /* educational attainment ******** */ /* Subsample 0: FULL Sample */ xi: probit UEMPLA eduattain age age2 native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append prchange /* Other Subsample nonsensical */ /* SKILL345 ********************** */ /* Subsample 0: FULL Sample */ xi: probit UEMPLA skill345 age age2 native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append xi: dprobit UEMPLA skill345 age age2 native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) append /* Other Subsample nonsensical */ /* Labour Market Risk 3: Mobility ******** */ /* Proxy: mobility *** */ /* educational attainment ******** */ /* Subsample 0: FULL Sample */ xi: reg mobility eduattain age age2 native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster append lincom 6*eduattain /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: reg mobility eduattain age age2 native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster append lincom 6*eduattain /* SKILL345 ********************** */ /* Subsample 0: FULL Sample */ xi: reg mobility skill345 age age2 native i.CNTRY [pweight=PDWEIGHT], cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster append /* Subsample 1: Currently in the labour market sub-sample; paidwork=1 */ xi: reg mobility skill345 age age2 native i.CNTRY [pweight=PDWEIGHT] if paidwork==1, cl(REGINDICATOR) outreg using C:\RobTable10.doc, coefastr se 3aster append /* ******************************************************************************************* */ log close log using HH2004RobustnessTable11.log, replace /* ******************************************************************************************* */ /* Table 11a ********** */ /* Effects of Education on Immigration Preferences: Country-Specific Estimates from Probit Fixed Effects Models */ /* single country models with income */ /* Skill Proxy: Educational Atainment */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust /* Note single country models for LUXEMBURG are estimated with robust SE only because the whole country is one single region */ outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) replace xi: dprobit iricheur1 eduattain xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit iricheur1 eduattain xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit iricheur1 eduattain xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit iricheur1 eduattain xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit iricheur1 eduattain xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit iricheur1 eduattain xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit iricheur1 eduattain xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit iricheur1 eduattain xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit iricheur1 eduattain xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit iricheur1 eduattain xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit iricheur1 eduattain xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit iricheur1 eduattain xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit iricheur1 eduattain xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit iricheur1 eduattain xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit iricheur1 eduattain xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit iricheur1 eduattain xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit iricheur1 eduattain xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit iricheur1 eduattain xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit iricheur1 eduattain xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit iricheur1 eduattain xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit iricheur1 eduattain xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipooreur1 eduattain xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipooreur1 eduattain xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipooreur1 eduattain xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipooreur1 eduattain xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipooreur1 eduattain xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipooreur1 eduattain xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipooreur1 eduattain xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipooreur1 eduattain xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit ipooreur1 eduattain xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit ipooreur1 eduattain xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipooreur1 eduattain xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipooreur1 eduattain xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipooreur1 eduattain xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipooreur1 eduattain xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipooreur1 eduattain xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipooreur1 eduattain xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipooreur1 eduattain xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipooreur1 eduattain xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipooreur1 eduattain xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipooreur1 eduattain xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipooreur1 eduattain xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Years of Schooling */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit iricheur1 schooling xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit iricheur1 schooling xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit iricheur1 schooling xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit iricheur1 schooling xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit iricheur1 schooling xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit iricheur1 schooling xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit iricheur1 schooling xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit iricheur1 schooling xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit iricheur1 schooling xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit iricheur1 schooling xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit iricheur1 schooling xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit iricheur1 schooling xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit iricheur1 schooling xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit iricheur1 schooling xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit iricheur1 schooling xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit iricheur1 schooling xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit iricheur1 schooling xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit iricheur1 schooling xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit iricheur1 schooling xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit iricheur1 schooling xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit iricheur1 schooling xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipooreur1 schooling xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipooreur1 schooling xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipooreur1 schooling xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipooreur1 schooling xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipooreur1 schooling xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipooreur1 schooling xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipooreur1 schooling xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipooreur1 schooling xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit ipooreur1 schooling xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit ipooreur1 schooling xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipooreur1 schooling xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipooreur1 schooling xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipooreur1 schooling xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipooreur1 schooling xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipooreur1 schooling xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipooreur1 schooling xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipooreur1 schooling xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipooreur1 schooling xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipooreur1 schooling xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipooreur1 schooling xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipooreur1 schooling xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit irichnoeur1 schooling xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit irichnoeur1 schooling xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit irichnoeur1 schooling xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit irichnoeur1 schooling xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit irichnoeur1 schooling xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit irichnoeur1 schooling xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit irichnoeur1 schooling xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit irichnoeur1 schooling xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit irichnoeur1 schooling xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit irichnoeur1 schooling xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit irichnoeur1 schooling xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit irichnoeur1 schooling xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit irichnoeur1 schooling xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit irichnoeur1 schooling xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit irichnoeur1 schooling xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit irichnoeur1 schooling xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit irichnoeur1 schooling xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit irichnoeur1 schooling xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit irichnoeur1 schooling xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit irichnoeur1 schooling xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit irichnoeur1 schooling xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* ******************************************************************************************* */ log close log using HH2004RobustnessTable11b.log, replace /* ******************************************************************************************* */ /* Table 11b ********** */ /* Effects of Education on Immigration Preferences: Country-Specific Estimates from Probit Fixed Effects Models */ /* single country models with perceived income */ drop xx* gen xxage=age gen xxgender=gender gen xxperincome=perincome gen xxnative=native gen xximmigrant_friends=immigrant_friends gen xxminority_area=minority_area gen xxpartisan_right=partisan_right /* Skill Proxy: Educational Atainment */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust /* Note single country models for LUXEMBURG are estimated with robust SE only because the whole country is one single region */ outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) replace xi: dprobit iricheur1 eduattain xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit iricheur1 eduattain xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit iricheur1 eduattain xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit iricheur1 eduattain xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit iricheur1 eduattain xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit iricheur1 eduattain xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit iricheur1 eduattain xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit iricheur1 eduattain xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit iricheur1 eduattain xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit iricheur1 eduattain xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit iricheur1 eduattain xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit iricheur1 eduattain xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit iricheur1 eduattain xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit iricheur1 eduattain xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit iricheur1 eduattain xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit iricheur1 eduattain xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit iricheur1 eduattain xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit iricheur1 eduattain xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit iricheur1 eduattain xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit iricheur1 eduattain xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit iricheur1 eduattain xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipooreur1 eduattain xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipooreur1 eduattain xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipooreur1 eduattain xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipooreur1 eduattain xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipooreur1 eduattain xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipooreur1 eduattain xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipooreur1 eduattain xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipooreur1 eduattain xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit ipooreur1 eduattain xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit ipooreur1 eduattain xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipooreur1 eduattain xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipooreur1 eduattain xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipooreur1 eduattain xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipooreur1 eduattain xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipooreur1 eduattain xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipooreur1 eduattain xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipooreur1 eduattain xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipooreur1 eduattain xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipooreur1 eduattain xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipooreur1 eduattain xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipooreur1 eduattain xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit irichnoeur1 eduattain xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 eduattain xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipoornoeur1 eduattain xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Years of Schooling */ /* Immigration from Richer Europe */ xi: dprobit iricheur1 schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit iricheur1 schooling xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit iricheur1 schooling xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit iricheur1 schooling xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit iricheur1 schooling xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit iricheur1 schooling xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit iricheur1 schooling xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit iricheur1 schooling xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit iricheur1 schooling xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit iricheur1 schooling xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit iricheur1 schooling xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit iricheur1 schooling xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit iricheur1 schooling xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit iricheur1 schooling xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit iricheur1 schooling xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit iricheur1 schooling xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit iricheur1 schooling xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit iricheur1 schooling xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit iricheur1 schooling xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit iricheur1 schooling xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit iricheur1 schooling xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit iricheur1 schooling xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Europe */ xi: dprobit ipooreur1 schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipooreur1 schooling xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipooreur1 schooling xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipooreur1 schooling xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipooreur1 schooling xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipooreur1 schooling xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipooreur1 schooling xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipooreur1 schooling xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipooreur1 schooling xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit ipooreur1 schooling xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit ipooreur1 schooling xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipooreur1 schooling xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipooreur1 schooling xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipooreur1 schooling xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipooreur1 schooling xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipooreur1 schooling xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipooreur1 schooling xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipooreur1 schooling xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipooreur1 schooling xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipooreur1 schooling xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipooreur1 schooling xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipooreur1 schooling xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Richer Outside Europe */ xi: dprobit irichnoeur1 schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit irichnoeur1 schooling xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit irichnoeur1 schooling xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit irichnoeur1 schooling xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit irichnoeur1 schooling xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit irichnoeur1 schooling xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit irichnoeur1 schooling xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit irichnoeur1 schooling xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit irichnoeur1 schooling xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit irichnoeur1 schooling xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit irichnoeur1 schooling xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit irichnoeur1 schooling xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit irichnoeur1 schooling xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit irichnoeur1 schooling xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit irichnoeur1 schooling xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit irichnoeur1 schooling xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit irichnoeur1 schooling xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit irichnoeur1 schooling xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit irichnoeur1 schooling xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit irichnoeur1 schooling xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit irichnoeur1 schooling xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit irichnoeur1 schooling xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* Immigration from Poorer Outside Europe */ xi: dprobit ipoornoeur1 schooling xx* if CNTRY=="LU" [pweight=DWEIGHT] , robust outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(LU) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONNO if CNTRY=="NO" [pweight=DWEIGHT] , cl(REGIONNO) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NO) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONIE if CNTRY=="IE" [pweight=DWEIGHT] , cl(REGIONIE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IE) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONDK if CNTRY=="DK" [pweight=DWEIGHT] , cl(REGIONDK) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DK) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONCH if CNTRY=="CH" [pweight=DWEIGHT] , cl(REGIONCH) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CH) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONAT if CNTRY=="AT" [pweight=DWEIGHT] , cl(REGIONAT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(AT) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONNL if CNTRY=="NL" [pweight=DWEIGHT] , cl(REGIONNL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(NL) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONBE if CNTRY=="BE" [pweight=DWEIGHT] , cl(REGIONBE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(BE) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONDE if CNTRY=="DE" [pweight=DWEIGHT] , cl(REGIONDE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(DE) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONFR if CNTRY=="FR" [pweight=DWEIGHT] , cl(REGIONFR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FR) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONFI if CNTRY=="FI" [pweight=DWEIGHT] , cl(REGIONFI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(FI) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONIT if CNTRY=="IT" [pweight=DWEIGHT] , cl(REGIONIT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IT) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONGB if CNTRY=="GB" [pweight=DWEIGHT] , cl(REGIONGB) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GB) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONSE if CNTRY=="SE" [pweight=DWEIGHT] , cl(REGIONSE) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SE) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONIL if CNTRY=="IL" [pweight=DWEIGHT] , cl(REGIONIL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(IL) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONES if CNTRY=="ES" [pweight=DWEIGHT] , cl(REGIONES) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(ES) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONPT if CNTRY=="PT" [pweight=DWEIGHT] , cl(REGIONPT) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PT) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONGR if CNTRY=="GR" [pweight=DWEIGHT] , cl(REGIONGR) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(GR) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONSI if CNTRY=="SI" [pweight=DWEIGHT] , cl(REGIONSI) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(SI) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONCZ if CNTRY=="CZ" [pweight=DWEIGHT] , cl(REGIONCZ) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(CZ) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONHU if CNTRY=="HU" [pweight=DWEIGHT] , cl(REGIONHU) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(HU) append xi: dprobit ipoornoeur1 schooling xx* i.REGIONPL if CNTRY=="PL" [pweight=DWEIGHT] , cl(REGIONPL) outreg using C:\RobTable11b.doc, coefastr se 3aster addstat(Log likelihood,e(ll), Pseudo R-squared, e(r2_p)) ctitle(PL) append /* ******************************************************************************************* */ /* Marginal effects for the attainment/schooling variable of all above models */ /* are stored in a separate sub-dataset: figure1b.dta (available for download on the paper website) */ /* this sub-dataset was used to create Figure 1b */ log close /* Cleaning Up *********************************** */ drop xx*