*****************************gen brandl gen brandl=. replace brandl=0 if er12a==0 & er12b==0 & er12d==0 replace brandl=1 if er12a==1 & er12b~=1 & er12d~=1 replace brandl=2 if er12b==1 & er12a~=1 & er12d~=1 replace brandl=3 if er12d==1 & er12a~=1 & er12b~=1 replace brandl=4 if er12a==1 & er12b==1 & er12d~=1 replace brandl=5 if er12a==1 & er12d==1 & er12b~=1 replace brandl=6 if er12b==1 & er12d==1 & er12a~=1 replace brandl=7 if er12a==1 & er12b==1 & er12d==1 *occupation on its own count if er12c==1 & er12a~=1 & er12b~=1 & er12d~=1 tabulate brandl, gen(brandl) sum brandl1-brandl8 if country<29 table country if country<29 , cont(freq mean brandl1 mean brandl2 mean brandl3 mean brandl4 ) format (%6.2f) table country if country<29, cont(freq mean brandl5 mean brandl6 mean brandl7 mean brandl8 ) format (%6.2f) tabstat brandl1 brandl2 brandl3 brandl4 brandl5 brandl6 brandl7 brandl8 if country<29, stat(mean count) table country if country<29 , cont(freq mean brandl5 mean brandl6 mean brandl7 mean brandl8 ) format (%6.2f) *now the 13 brandl categories *** generating brandl13 generate br=. replace br=1 if brandl==0 // none replace br=2 if brandl==1 // company replace br=3 if brandl==2 & (country==20 |country==1 |country==4 |country==26 |country==5 |country==19 |country==27 |country==7 |country==10 ) // sector coord replace br=4 if brandl==2 & br~=3 // sector uncoord replace br=5 if brandl==3 // national replace br=6 if brandl==4 & (country==20 |country==4 |country==26 |country==5 |country==19 |country==27 ) // comp and sector gover replace br=7 if brandl==4 & br~=6 // comp and sector Ungover replace br=8 if brandl==5 & (country==20 |country==4 |country==26 |country==5 |country==19 |country==27 ) // comp and national gover replace br=9 if brandl==5 & br~=8 // comp and national Ungover replace br=10 if brandl==6 & (country==20 |country==4 |country==26 |country==5 |country==19 |country==27 ) // sector and national gover replace br=11 if brandl==6 & br~=10 // sector and national Ungover replace br=12 if brandl==7 & (country==20 |country==4 |country==26 |country==5 |country==19 |country==27 ) // three gover replace br=13 if brandl==7 & br~=12 // three Ungover tabulate br, gen(br) sum br1-br13 if country<29 tabstat br1 br2 br3 br4 br5 br6 br7 br8 br9 br10 br11 br12 br13 if country<29, stat(mean count) table country if country<29 , cont(freq mean br1 mean br2 mean br3 mean br4 ) format (%6.2f) table country if country<29 , cont(freq mean br5 mean br6 mean br7 mean br8 ) format (%6.2f) table country if country<29 , cont(freq mean br9 mean br10 mean br11 mean br12 ) format (%6.2f) table country if country<29 , cont(freq mean br13 ) format (%6.2f) ***adding rhs variables: * Workforce composition: (_g means the middle point has been assigned.) * q33perm_g The percentage of employees who have an open ended contract. * q33wom_g The percentage of employees who are female. * q33univ_g The percentage of employees who have a university degree. * q33pt_g The percentage of employees who work part-time (that is less than the usual full-time arrangement). sum q33perm_g q33wom_g q33univ_g q33pt_g *adding lhs variables sum KCLIMATE_D er15e_D q20_c_D q42a_c_D q44_D codebook KOSICK KOSKILL KORETEN KOREDU KOLOMOT codebook KOSICK replace KOSICK=. if KOSICK==8 | KOSICK==9 replace KOSICK=0 if KOSICK==2 codebook KOSICK codebook KOSKILL replace KOSKILL=. if KOSKILL==8 | KOSKILL==9 replace KOSKILL=0 if KOSKILL==2 codebook KOSKILL codebook KORETEN replace KORETEN=. if KORETEN==8 | KORETEN==9 replace KORETEN=0 if KORETEN==2 codebook KORETEN codebook KOREDU replace KOREDU=. if KOREDU==8 | KOREDU==9 replace KOREDU=0 if KOREDU==2 codebook KOREDU codebook KOLOMOT replace KOLOMOT=. if KOLOMOT==8 | KOLOMOT==9 replace KOLOMOT=0 if KOLOMOT==2 codebook KOLOMOT sum KOSICK KOSKILL KORETEN KOREDU KOLOMOT tabstat KCLIMATE_D er15e_D q20_c_D q42a_c_D q44_D KOSICK KOSKILL KORETEN KOREDU KOLOMOT, stat(mean count) *Pay block codebook HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW codebook HVBPRES replace HVBPRES=. if HVBPRES==8 | HVBPRES==9 replace HVBPRES=0 if HVBPRES==2 codebook HVBPRES codebook HVPINPER replace HVPINPER=. if HVPINPER==8 | HVPINPER==9 replace HVPINPER=0 if HVPINPER==2 codebook HVPINPER codebook HVPGRPE replace HVPGRPE=. if HVPGRPE==8 | HVPGRPE==9 replace HVPGRPE=0 if HVPGRPE==2 codebook HVPGRPE codebook HVPPRSH replace HVPPRSH=. if HVPPRSH==8 | HVPPRSH==9 replace HVPPRSH=0 if HVPPRSH==2 codebook HVPPRSH codebook HVPSHOW replace HVPSHOW=. if HVPSHOW==8 | HVPSHOW==9 replace HVPSHOW=0 if HVPSHOW==2 codebook HVPSHOW sum HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW tabstat HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW, stat(mean count) table country if country<29 , cont(freq mean HVBPRES mean HVPINPER mean HVPGRPE mean HVPPRSH ) format (%6.2f) table country if country<29 , cont(freq mean HVPSHOW ) format (%6.2f) *adding organizational change variables: TWO ALTERNATIVES: BLOCK J OR BLOCK B *BLOCK J: codebook E0A_A E0A_B E0A_C E0A_D E0A_E tabstat E0A_A E0A_B E0A_C E0A_D E0A_E, stat(mean count) *BLOCK B: * BINNPRSE ... any new or significantly changed products or services (either internally or externally)? * BINNOPROC ... any new or significantly changed processes, either for producing goods or supplying services? * binnoorg codebook binnoorg replace binnoorg=. if binnoorg==8 | binnoorg==9 replace binnoorg=0 if binnoorg==2 codebook binnoorg sum binnoorg *adding training incidence qh13 /off the job ; qh15 /on the job *middle point required gen qh13_g=. replace qh13_g=0 if qh13==1 replace qh13_g=10 if qh13==2 replace qh13_g=30 if qh13==3 replace qh13_g=50 if qh13==4 replace qh13_g=70 if qh13==5 replace qh13_g=90 if qh13==6 replace qh13_g=100 if qh13==7 codebook qh13 qh13_g gen qh15_g=. replace qh15_g=0 if qh15==1 replace qh15_g=10 if qh15==2 replace qh15_g=30 if qh15==3 replace qh15_g=50 if qh15==4 replace qh15_g=70 if qh15==5 replace qh15_g=90 if qh15==6 replace qh15_g=100 if qh15==7 codebook qh13 qh13_g codebook qh15 qh15_g sum qh13_g qh15_g **** now adding visser/2009/Giedo. THIS IS THE CODE FOR 2009 *** union decentralization for 2013. assume the same drop ud_visser generate ud_visser=. replace ud_visser=0 if country==5 | country==19| country==27 replace ud_visser=1 if country==20 replace ud_visser=2 if country==4 | country==26| country==16 replace ud_visser=3 if country==1 | country==12 replace ud_visser=4 if country==2 | country==13| country==22| country==23| country==24| country==9 | country==11 replace ud_visser=4.5 if country==17 replace ud_visser=5 if country==3 | country==6 | country==10| country==7 | country==21| country==25| country==28 replace ud_visser=6 if country==14| country==15 |country==8 replace ud_visser=7 if country==18 table country , cont(freq mean ud_visser) format (%6.2f) *** now Visser's index of centralization (based on the weighted average of 3 indicators)/2013 drop centr_visser generate centr_visser=. replace centr_visser=4.25 if country==1 replace centr_visser=. if country==2 replace centr_visser=0.5 if country==3 replace centr_visser=2.5 if country==4 replace centr_visser=3 if country==5 replace centr_visser=0.5 if country==6 replace centr_visser=0.5 if country==7 replace centr_visser=2.75 if country==8 replace centr_visser=3.25 if country==9 replace centr_visser=3.5 if country==10 replace centr_visser=. if country==11 replace centr_visser=2.75 if country==12 replace centr_visser=1.75 if country==13 replace centr_visser=0.5 if country==14 replace centr_visser=0.5 if country==15 replace centr_visser=3 if country==16 replace centr_visser=0.5 if country==17 replace centr_visser=0.5 if country==18 replace centr_visser=3.25 if country==19 replace centr_visser=3.25 if country==20 replace centr_visser=0.5 if country==21 replace centr_visser=4 if country==22 replace centr_visser=3 if country==24 replace centr_visser=2.125 if country==25 replace centr_visser=4.75 if country==26 replace centr_visser=2.5 if country==27 replace centr_visser=0.5 if country==28 table country , cont(freq mean centr_visser mean ud_visser) format (%6.2f) * full MM SAMPLE log using mylog_full_MM, replace set more off *outcomes: KCLIMATE_D KOSICK KORETEN KOLOMOT set more off meglm KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype ud_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype centr_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.brandl woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.br woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype ud_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype centr_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.brandl woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.br woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype ud_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype centr_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.brandl woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.br woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype ud_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype centr_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.brandl woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) meglm KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.br woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if country<29 || country: , intmethod(mcaghermite) log close * NOW THE MM SUBSAMPLE WITH ER_FORMAL==1 (INTERVIEWED OR NOT INTERVIEWD) *outcomes: KCLIMATE_D KOSICK KORETEN KOLOMOT (calro que nao é possível strikes...) set more off melogit KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype ud_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype centr_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.brandl woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KCLIMATE_D i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.br woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype ud_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype centr_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.brandl woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOSICK i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.br woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype ud_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype centr_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.brandl woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KORETEN i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.br woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype ud_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.cbtype centr_visser woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.brandl woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: melogit KOLOMOT i.NACE6_R1 APRIVATE i.est_size3 ASINGLE i.br woco_ext union_ext q33perm_g q33wom_g q33univ_g q33pt_g E0A_A E0A_B E0A_C E0A_D E0A_E qh13 qh15 HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW if ER_formal==1 & country<29 || country: log close *Pay block *HVBPRES HVPINPER HVPGRPE HVPPRSH HVPSHOW replace HVBPRES=. if HVBPRES==8 | HVBPRES==9 replace HVBPRES=0 if HVBPRES==2 replace HVPINPER=. if HVPINPER==8 | HVPINPER==9 replace HVPINPER=0 if HVPINPER==2 replace HVPGRPE=. if HVPGRPE==8 | HVPGRPE==9 replace HVPGRPE=0 if HVPGRPE==2 replace HVPPRSH=. if HVPPRSH==8 | HVPPRSH==9 replace HVPPRSH=0 if HVPPRSH==2 replace HVPSHOW=. if HVPSHOW==8 | HVPSHOW==9 replace HVPSHOW=0 if HVPSHOW==2