The following files (all appended below) should be run in LISSY, in the order provided:

Size: px
Start display at page:

Download "The following files (all appended below) should be run in LISSY, in the order provided:"

Transcription

1 REPLICATION PACKAGE INSTRUCTIONS Brady, David, Ryan Finnigan, and Sabine Huebgen Rethinking the Risks of Poverty: A Framework for Analyzing Prevalences and Penalties. Forthcoming at the American Journal of Sociology. This file outlines the Stata do files contained in this replication package, and their correspondence to the tables and figures in the article. The files were written and revised mostly by Sabine Huebgen throughout , based on much more limited files written by David Brady and Ryan Finnigan in This package was assembled by Ryan Finnigan (rfinnigan@ucdavis.edu) in January DATA DESCRIPTION The primary data for the paper are available from the Luxembourg Income Study (LIS). The LIS is accessible with registration through LIS registration is free for students, and fee requirements are posted at The LIS data may not be downloaded, and must be accessed remotely through the LISSY interface ( Do files can be submitted to LISSY as jobs, and results are returned as text only. The replication package splits the do files between those run in the LISSY interface and those run locally based on the LISSY results. DESCRIPTION OF REPLICATION FILES The following files (all appended below) should be run in LISSY, in the order provided: BFH_LIS_1_data.do: pools together data on the 29 countries in the sample, and generates all key variables BFH_LIS_2_figs1to3.do: produces the underlying estimates for figures 1-3. The prevalence and penalty estimates are also saved in Stata format for use in BFH_local_1_figs1to4.do and BFH_local_2_simulations.do BFH_LIS_3_figs6_7.do: produces the underlying estimates for figures 6 & 7, using median prevalence/penalty estimates from BFH_local_2_simulations.do BFH_LIS_4_tables2_3.do: produces the regression tables 2 and 3 BFH_LIS_5_appendix.do: produces the estimates for all the tables and figures in the appendix The results from these do files were copied into the excel file BFH_LISSY_results.xls. These results were then imported into Stata locally to produce the article s figures and tables in the file BFH_local.do.

2 BFH_LIS_1_data.do * Replication file for Brady, Finnigan, and Huebgen. "Rethinking the Risks of Poverty: A Framework for Analyzing Prevalences and Penalties." /* This do file contains the Stata code for constructing the cross-national data file for the article. The following code can be submitted to the LISSY interface of the Luxembourg Income Study ( by registered users. Please see the instructions (BFH_replication_instructions.txt) in this package for more information. The original version of the code in this file was written by Sabine Huebgen, Nov 10, Some edits by Ryan Finnigan, January */ // 29 countries: HU05 included, TW dropped *** Loop for create the country files and put them together *** except Switzerland --> nearn has to be calculated by hand *** except Hungary --> educ has to be recoded global c "au10 at04 be00 ca10 cz10 dk10 ee10 fi10 fr10 de10 gr10 ie10 il10 it10 is10 jp08 lu10 nl10 no10 pl10 sk10 si10 kr06 es10 se05 uk10 us13" foreach x of global c { *HH file use $`x'h, clear drop if dhi==. drop if dhi==0 drop if hwgt==. gen ey=dhi/(sqrt(nhhmem)) qui sum ey gen botlin=0.01*_result(3) replace ey=botlin if ey<botlin quietly sum ey, de gen toplin=10*_result(10) gen multearn=. replace multearn=0 if nearn==0 nearn==1 replace multearn=1 if nearn>1 & nearn!=. gen unemphh=. replace unemphh=0 if nearn>0 & nearn!=. replace unemphh=1 if nearn==0 sort hid keep did year hid hwgt nhhmem hhtype nhhmem65 nhhmem17 ey hi hil hile hic hicid hit dhi hpartner hitp hits hitsi hitsu hitsa nearn unemphh multearn save $mydata/ `x'h, replace *Person File

3 use $`x'p, clear gen head=. replace head=1 if relation==1000 replace head=0 if relation>1000 & relation!=. recode sex (1=0)(2=1)(.=.), gen(female) recode sex (1=1)(2=0)(.=.), gen(male) sort hid keep hid pid did year hhmem relation partner children nchildren ageyoch age sex immigr yrsresid ethnic_c educ emp hours secjob inda1 indb1 indc1 sector1 occa1 occb1 pmi pmxit pmxiti ppension pi pil pmil pi pile pmile pils pmils pit pmit pits pmits pitsis pitsisun pmitsisun ptime gross1 educ_c marital head male female save $mydata/`x'p, replace merge m:1 hid using $mydata/brady/`x'h, keepusing (did year hid hwgt nhhmem hhtype nhhmem65 nhhmem17 ey hi hil hile hic hicid hit dhi hpartner hitp hits hitsi hitsu hitsa nearn unemphh multearn) keep(match) nogen *create variable for lead earner* recode pil (.=0) egen maxinc=max(pil), by(hid) gen lead=pil==maxinc egen maxage=max(age) if lead, by(hid) replace lead=0 if age~=maxage egen numlead = sum(lead), by(hid) gen rlead = runiform() egen maxrlead = max(rlead) if lead, by(hid) replace lead = 0 if numlead>1 & rlead<maxrlead *create variables for education* gen leadeduc_a=educ*lead egen leadeduc=max(leadeduc_a), by(hid) recode leadeduc (3=1) (nonmiss=0), gen(highed) recode leadeduc (1=1)(nonmiss=0), gen(lowed) gen agelead_a=age*lead egen agelead=max(agelead_a), by(hid) gen ageleadsq=agelead^2 *create family structure variables* gen married=. replace married=0 if marital>=200 & marital!=. replace married=1 if marital<200 partner==110 gen marriedhh_a=married*head egen marriedhh=max(marriedhh_a), by(hid) recode marriedhh (1=0)(0=1)(.=.), gen(single) *** singmom (based on nchildren & ageyoch) recode nchildren 2/17=1, gen(nchild) replace nchild=0 if ageyoch>17 & ageyoch!=. gen sing_mom_a=head*female

4 gen sing_mom_b=sing_mom_a*single gen sing_mom_c=sing_mom_b*nchild replace sing_mom_c=0 if age>54 egen singmom=max(sing_mom_c), by(hid) replace singmom=1 if singmom>1 & singmom!=. gen sing_dad_a=head*male gen sing_dad_b=sing_dad_a*single gen sing_dad_c=sing_dad_b*nhhmem17 egen singdad =max(sing_dad_c), by(hid) replace singdad=1 if singdad>1 gen fhnk_a=0 replace fhnk_a=1 if sing_mom_b ==1 & nhhmem17==0 egen fhnk=max(fhnk_a), by(hid) gen mhnk_a=0 replace mhnk_a=1 if sing_dad_b ==1 & nhhmem17==0 egen mhnk=max(mhnk_a), by(hid) save $mydata/`x', replace } ************************ *** build the Swiss file ************************ use $ch04h, clear drop if dhi==. drop if dhi==0 drop if hwgt==. gen ey=dhi/(sqrt(nhhmem)) qui sum ey gen botlin=0.01*_result(3) replace ey=botlin if ey<botlin quietly sum ey, de gen toplin=10*_result(10) sort hid keep iso2 did year hid hwgt nhhmem hhtype nhhmem65 nhhmem17 ey hi hil hile hic hicid hit dhi hpartner hitp hits hitsi hitsu hitsa nearn save $mydata/ch04h, replace *Person File use $ch04p, clear gen head=. // take head as the lead replace head=1 if relation==1000 replace head=0 if relation>1000 & relation!=. recode sex (1=0)(2=1)(.=.), gen(female)

5 recode sex (1=1)(2=0)(.=.), gen(male) sort hid keep hid pid did year hhmem relation partner children nchildren ageyoch age sex immigr yrsresid ethnic_c educ emp hours secjob inda1 indb1 indc1 sector1 occa1 occb1 pmi pmxit pmxiti ppension pi pil pmil pi pile pmile pils pmils pit pmit pits pmits pitsis pitsisun pmitsisun ptime gross1 educ_c marital head male female save $mydata/ch04p, replace merge m:1 hid using $mydata/brady/ch04h, keepusing (iso2 did year hid hwgt nhhmem hhtype nhhmem65 nhhmem17 ey hi hil hile hic hicid hit dhi hpartner hitp hits hitsi hitsu hitsa nearn) keep(match) nogen egen numemp=sum(emp), by(hid) replace nearn=numemp gen multearn=. replace multearn=0 if nearn==0 nearn==1 replace multearn=1 if nearn>1 & nearn!=. gen unemphh=. replace unemphh=0 if nearn>0 & nearn!=. replace unemphh=1 if nearn==0 *create variables for education* gen leadeduc_a=educ*head egen leadeduc=max(leadeduc_a), by(hid) recode leadeduc (3=1) (nonmiss=0), gen(highed) recode leadeduc (1=1)(nonmiss=0), gen(lowed) gen agelead_a=age*head egen agelead=max(agelead_a), by(hid) gen ageleadsq=agelead^2 *create family structure variables* gen married=. replace married=0 if marital>=200 & marital!=. replace married=1 if marital<200 partner==110 gen marriedhh_a=married*head egen marriedhh=max(marriedhh_a), by(hid) recode marriedhh (1=0)(0=1)(.=.), gen(single) *** singmom (based on nchildren & ageyoch) recode nchildren 2/17=1, gen(nchild) replace nchild=0 if ageyoch>17 & ageyoch!=. gen sing_mom_a=head*female gen sing_mom_b=sing_mom_a*single gen sing_mom_c=sing_mom_b*nchild replace sing_mom_c=0 if age>54 egen singmom=max(sing_mom_c), by(hid) replace singmom=1 if singmom>1 & singmom!=.

6 gen sing_dad_a=head*male gen sing_dad_b=sing_dad_a*single gen sing_dad_c=sing_dad_b*nhhmem17 egen singdad =max(sing_dad_c), by(hid) replace singdad=1 if singdad>1 gen fhnk_a=0 if female!=. & head!=. & nhhmem17!=. replace fhnk_a=1 if sing_mom_b ==1 & nhhmem17==0 egen fhnk=max(fhnk_a), by(hid) gen mhnk_a=0 if female!=. & head!=. & nhhmem17!=. replace mhnk_a=1 if sing_dad_b ==1 & nhhmem17==0 egen mhnk=max(mhnk_a), by(hid) save $mydata/ch04, replace **************** **** HUNGARY 05 **************** use $hu05h, clear drop if dhi==. drop if dhi==0 drop if hwgt==. gen ey=dhi/(sqrt(nhhmem)) qui sum ey gen botlin=0.01*_result(3) replace ey=botlin if ey<botlin quietly sum ey, de gen toplin=10*_result(10) sort hid keep iso2 did year hid hwgt nhhmem hhtype nhhmem65 nhhmem17 ey hi hil hile hic hicid hit dhi hpartner hitp hits hitsi hitsu hitsa nearn save $mydata/hu05h, replace *Person File use $hu05p, clear gen head=. // take head as the lead replace head=1 if relation==1000 replace head=0 if relation>1000 & relation!=. recode sex (1=0)(2=1)(.=.), gen(female) recode sex (1=1)(2=0)(.=.), gen(male) sort hid keep hid pid did year hhmem relation partner children nchildren ageyoch age sex immigr yrsresid ethnic_c educ emp hours secjob inda1 indb1 indc1 sector1 occa1 occb1 pmi pmxit pmxiti ppension pi pil pmil pi pile pmile pils pmils pit pmit pits pmits pitsis pitsisun pmitsisun ptime gross1 educ_c marital head male female

7 save $mydata/hu05p, replace merge m:1 hid using $mydata/brady/hu05h, keepusing (iso2 did year hid hwgt nhhmem hhtype nhhmem65 nhhmem17 ey hi hil hile hic hicid hit dhi hpartner hitp hits hitsi hitsu hitsa nearn) keep(match) nogen egen numemp=sum(emp), by(hid) replace nearn=numemp gen multearn=. replace multearn=0 if nearn==0 nearn==1 replace multearn=1 if nearn>1 & nearn!=. gen unemphh=. replace unemphh=0 if nearn>0 & nearn!=. replace unemphh=1 if nearn==0 *create variables for education* recode educ 9=2, gen(edu) tab edu educ,m gen leadeduc_a=edu*head egen leadeduc=max(leadeduc_a), by(hid) recode leadeduc (3=1) (nonmiss=0), gen(highed) recode leadeduc (1=1)(nonmiss=0), gen(lowed) gen agelead_a=age*head egen agelead=max(agelead_a), by(hid) gen ageleadsq=agelead^2 *create family structure variables* gen married=. replace married=0 if marital>=200 & marital!=. replace married=1 if marital<200 partner==110 gen marriedhh_a=married*head egen marriedhh=max(marriedhh_a), by(hid) recode marriedhh (1=0)(0=1)(.=.), gen(single) *** singmom (based on nchildren & ageyoch) recode nchildren 2/17=1, gen(nchild) replace nchild=0 if ageyoch>17 & ageyoch!=. gen sing_mom_a=head*female gen sing_mom_b=sing_mom_a*single gen sing_mom_c=sing_mom_b*nchild replace sing_mom_c=0 if age>54 egen singmom=max(sing_mom_c), by(hid) replace singmom=1 if singmom>1 & singmom!=. gen sing_dad_a=head*male

8 gen sing_dad_b=sing_dad_a*single gen sing_dad_c=sing_dad_b*nhhmem17 egen singdad =max(sing_dad_c), by(hid) replace singdad=1 if singdad>1 gen fhnk_a=0 if female!=. & head!=. & nhhmem17!=. replace fhnk_a=1 if sing_mom_b ==1 & nhhmem17==0 egen fhnk=max(fhnk_a), by(hid) gen mhnk_a=0 if female!=. & head!=. & nhhmem17!=. replace mhnk_a=1 if sing_dad_b ==1 & nhhmem17==0 egen mhnk=max(mhnk_a), by(hid) save $mydata/hu05, replace ************************** *** append country files ************************** global d "at04 be00 ca10 ch04 cz10 dk10 ee10 fi10 fr10 de10 gr10 hu05 ie10 il10 it10 is10 jp08 lu10 nl10 no10 pl10 sk10 si10 kr06 es10 se05 uk10 us13" use $mydata/brady/au10, clear foreach x of global d { append using "$mydata/brady/`x'" } save $mydata/prevpen_ajs_ca, replace ********* create some variables *** lead age groups gen leadu25=0 replace leadu25=1 if agelead<25 & agelead~=. gen lead2534=0 replace lead2534=1 if agelead>24 & agelead<35 gen leado54=0 replace leado54=1 if agelead>54 & agelead~=. **** alternative age definition: bottom third= young egen young3_a=cut(agelead), group(3) recode young3_a 1 2=0 0=1, gen(young3) *** sample year: pre or post > economic crisis gen post08=. replace post08=0 if year<2007 replace post08=1 if year>2007

9 **** poverty gen thresh=did recode thresh (140= ) (190=94738) (192= ) (208=22630) (209= ) (210=10077) /// (235=7578) (237=7107) (240=8326) (241=6525) (245= ) (247=20998) (251=3798.5) /// (252= ) (253=11160) (255=12025) (256= ) (259= ) (261=6451.5) /// (265= ) (267= ) (269=10716) (271=49670) (274=18356) (278=115334) /// (287= ) (289=109964) (293=632750) (295= ) (300= ) tab did thresh gen poor5=. replace poor5=0 if ey>=thresh & ey!=. replace poor5=1 if ey<thresh save $mydata/prevpen_ajs_ca, replace

10 BFH_LIS_2_figs1to3.do * Replication file for Brady, Finnigan, and Huebgen. "Rethinking the Risks of Poverty: A Framework for Analyzing Prevalences and Penalties." /* This do file contains the Stata code for obtaining the underlying estimates in Figures 1-3 of the article. The following code can be submitted to the LISSY interface of the Luxembourg Income Study ( by registered users. Please see the instructions (BFH_replication_instructions.txt) in this package for more information. The results from LISSY were copied into an excel file ("BFH_LISSY_results.xls"). The original version of the code in this file was written by Sabine Huebgen, Nov 10, Some edits by Ryan Finnigan, January */ *** Figure 1: Prevalences of the Four Risks of Poverty in 29 Rich Democracies (y-axis: percent of population). *** // loading data constructed in BFH_1_LIS_data.do use $mydata/brady/prevpen_ajs_ca, clear // estimating prevalences tabstat poor5 leadu25 lead2534 leado54 singmom fhnk mhnk nhhmem17 nhhmem65 lowed highed unemphh multearn [aw=hwgt] if agelead<65, by(did) stats (mean sd n) case /* results were copied into a sheet named "Fig1_3" in the excel file "BFH_LISSY_results.xlsx" Column names for the prevalences: did: LIS country codes id: country abbreviations wprevyoung: young headship (mean of "leadu25" above) wprevsingmom: single motherhood (mean of "singmom" above) wprevlowed: low education (mean of "lowed" above) wprevunemp: unemployed HH (mean of "unemphh" above) */ *** Figure 2: The Sum of Prevalences of Risks of Poverty in 29 Rich Democracies (x-axis: percent of population). *** // generating variable for the number of risks for each HH egen risksum=rowtotal(leadu25 singmom lowed unemphh), missing // generating separate dummy variables for having each number of risks (0 through 4, variables numbered 1 through 5) tab risksum, gen(prevsum) // looping over each dummy variable for number of risks, and estimating proportions with that number of risks by country forvalues i = 1/5 { tab did prevsum`i' [aw=hwgt] if agelead<65, row nof } // results were copied into a sheet named "Fig2" in the excel file "BFH_LISSY_results.xlsx" // columns rename "prevsum1" as "prevsum0", "prevsum2" as "prevsum1", and so on.

11 *** Figure 3: Penalties for the Four Risks of Poverty in 29 Rich Democracies (y-axis: increased probability of poverty). *** // looping through countries levelsof did, local(countries) foreach i of local countries { // estimating penalties with coefficients from linear probability models di "did = `i'" regress poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn [pw=hwgt] if agelead<65 & did==`i', cluster(hid) } /* results were copied into a sheet named "Fig1_3" in the excel file "BFH_LISSY_results.xlsx" Column names for the penalties: wpenyoung: young headship (coefficient for "leadu25" above) wpensingmom: single motherhood (coefficient for "singmom" above) wpenlowed: low education (coefficient for "lowed" above) wpenunemp: unemployed HH (coefficient for "unemphh" above) sigyoung: 0/1 for p<0.05 on "leadu25" coefficient sigsingmom: 0/1 for p<0.05 on "singmom" coefficient siglowed: 0/1 for p<0.05 on "lowed" coefficient sigunemp: 0/1 for p<0.05 on "unemphh" coefficient */

12 BFH_LIS_3_figs6_7.do * Replication file for Brady, Finnigan, and Huebgen. "Rethinking the Risks of Poverty: A Framework for Analyzing Prevalences and Penalties." /* This do file contains the Stata code for obtaining the underlying estimates in Figures 6 & 7 of the article. The following code can be submitted to the LISSY interface of the Luxembourg Income Study ( by registered users. Please see the instructions (BFH_replication_instructions.txt) in this package for more information. The results from LISSY were copied into an excel file ("BFH_LISSY_results.xlsx"). The original version of the code in this file was written by Sabine Huebgen, Nov 10, Some edits by Ryan Finnigan, January */ *** Figure 6: Counterfactual Simulation of U.S. Poverty with Cross-National Median Prevalences and Penalties *** // loading data constructed in BFH_1_LIS_data.do use $mydata/brady/prevpen_ajs_ca, clear // set of covariates global cov "leadu25 lead2534 leado54 singmom fhnk mhnk nhhmem17 nhhmem65 lowed highed unemphh multearn" // count variable for number of missing values per observation egen mi=rowmiss($cov) if agelead<65 // keeping complete cases keep if mi==0 // getting coefficient estimates for the US regress poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn [pw=hwgt] if agelead<65 & did==300, robust cluster(hid) /* linear regression Number of obs = 122,257 F(12, 41401) = Prob > F = R-squared = Root MSE = (Std. Err. adjusted for 41,402 clusters in hid) Robust poor5 Coef. Std. Err. t P> t [95% Conf. Interval] leadu lead leado singmom fhnk mhnk nhhmem nhhmem lowed

13 1.highed unemphh multearn _cons */ // predicted values US 2013 gen povhat=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ** simulations with counterfactual prevalences ** /* Median prevalences are from BFH_local.do singmom: NET young: ICL lowed: ISR unemp: SVN */ // What if the US had median prevalences for all 4 groups? gen mprev=( * ) + (lead2534* ) /// + (leado54* ) + ( * ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + ( * ) + (highed* ) /// + (.06602* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=mprev if agelead<65 & did==300 // What if the US had median singmom prevalence keeping the rest as is? gen smprev=(leadu25* ) + (lead2534* ) /// + (leado54* ) + ( * ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=smprev if agelead<65 & did==300 // What if the US had median younghead prevalencekeeping the rest as is? gen yprev=( * ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=yprev if agelead<65 & did==300 // What if the US had median lowed prevalence keeping the rest as is? gen lprev=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + ( * ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=lprev if agelead<65 & did==300 // What if the US had median unemp prevalence keeping the rest as is?

14 gen uprev=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (.06602* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=uprev if agelead<65 & did==300 ** simulations with counterfactual penalties ** /* median penalties for risk groups from BFH_local_2_simulations.do singmom: young: lowed: unemp: */ // What if the US had median penalties for all 4 groups? gen mslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=mslope if agelead<65 & did==300 // What if the US had median singmom penalty keeping the rest as is? gen smslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=smslope if agelead<65 & did==300 // What if the US had median younghead penalty keeping the rest as is? gen yslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=yslope if agelead<65 & did==300 // What if the US had median lowed penalty keeping the rest as is? gen lslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=lslope if agelead<65 & did==300 // What if the US had median unemp penalty keeping the rest as is? gen uslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 & did==300 ttest povhat=uslope if agelead<65 & did==300

15 *** Figure 7: Counterfactual Simulation of U.S. Poverty with Prevalences from 1970 and *** /* US 2013 weighted prevalences: singmom: young: lowed: unemp: */ // loading US data use if did==300 using $mydata/brady/prevpen_ajs_ca, clear // set of covariates global cov "leadu25 lead2534 leado54 singmom fhnk mhnk nhhmem17 nhhmem65 lowed highed unemphh multearn" // count variable for number of missing values per observation egen mi = rowmiss($cov) if agelead<65 // keeping complete cases keep if mi==0 // predicting poverty regress poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn [pw=hwgt] if agelead<65, robust cluster(hid) // predicted poverty in 2013 gen povhat=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 /* US 1970 prevalences, estimated by Ryan Finnigan using Current Population Survey data from 1970, accessed through Integrated Public Use Microdata Series (IPUMS) at the University of Minnesota: singmom: young: lowed: unemp: */ // What if the US had the 1970s prevalences for all 4 risk groups? gen prev70=( * ) + (lead2534* ) /// + (leado54* ) + ( * ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + ( * ) + (highed* ) /// + ( * ) + (multearn* ) + ( ) if agelead<65 ttest povhat=prev70 if agelead<65 // What if the US had the 1970s singmom prevalence keeping the rest as is? gen smprev70=(leadu25* ) + (lead2534* ) /// + (leado54* ) + ( * ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65

16 ttest povhat=smprev70 if agelead<65 // What if the US had the 1970s younghead prevalence keeping the rest as is? gen yprev70=( * ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 ttest povhat=yprev70 if agelead<65 // What if the US had the 1970s lowed prevalence keeping the rest as is? gen lprev70=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + ( * ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 ttest povhat=lprev70 if agelead<65 // What if the US had the 1970s unemp prevalence keeping the rest as is? gen uprev70=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + ( * ) + (multearn* ) + ( ) if agelead<65 ttest povhat=uprev70 if agelead<65 /* US 1980 prevalences, estimated by Ryan Finnigan using Current Population Survey data from 1970, accessed through Integrated Public Use Microdata Series (IPUMS) at the University of Minnesota: singmom: young: lowed: unemp: */ // What if the US had the 1980s prevalences for all 4 risk groups? gen prev80=( * ) + (lead2534* ) /// + (leado54* ) + ( * ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + ( * ) + (highed* ) /// + ( * ) + (multearn* ) + ( ) if agelead<65 ttest povhat=prev80 if agelead<65 // What if the US had the 1980s singmom prevalence keeping the rest as is? gen smprev80=(leadu25* ) + (lead2534* ) /// + (leado54* ) + ( * ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 ttest povhat=smprev80 if agelead<65 // What if the US had the 1980s younghead prevalencekeeping the rest as is? gen yprev80=( * ) + (lead2534* ) ///

17 + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 ttest povhat=yprev80 if agelead<65 // What if the US had the 1980s lowed prevalence keeping the rest as is? gen lprev80=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + ( * ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 ttest povhat=lprev80 if agelead<65 // What if the US had the 1980s unemp prevalence keeping the rest as is? gen uprev80=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + ( * ) + (multearn* ) + ( ) if agelead<65 ttest povhat=uprev80 if agelead<65

18 BFH_LIS_4_tables2_3.do * Replication file for Brady, Finnigan, and Huebgen. "Rethinking the Risks of Poverty: A Framework for Analyzing Prevalences and Penalties." /* This do file contains the Stata code for Tables 2 & 3 of the article. The following code can be submitted to the LISSY interface of the Luxembourg Income Study ( by registered users. Please see the instructions (BFH_replication_instructions.txt) in this package for more information. The results from LISSY were copied into an excel file ("BFH_LISSY_results.xls"). The original version of the code in this file was written by Sabine Huebgen, Nov 10, Some edits by Ryan Finnigan, January */ *** Table 2: Multilevel Linear Probability Models of Individual Risks in 29 Rich Democracies *** // loading data constructed in BFH_1_LIS_data.do use $mydata/brady/prevpen_ajs_ca, clear // draw a random sample of all countries (4248= smallest country sample) keep if did<. & poor5<. & unemphh<. & multearn<. & lowed<. & highed<. & singmom<. & fhnk<. & mhnk<. & leadu25<. & lead2534<. & leado54<. & nhhmem17<. & nhhmem65<. & agelead<65 set seed sample 4248, count by(did) // set of covariates global cov "leadu25 lead2534 leado54 singmom fhnk mhnk nhhmem17 nhhmem65 lowed highed unemphh multearn" // inputting penalties from the single country analyses (see fig. 3) gen penleadu25=. replace penleadu25= if did==140 replace penleadu25= if did==190 replace penleadu25= if did==192 replace penleadu25= if did==208 replace penleadu25= if did==209 replace penleadu25= if did==210 replace penleadu25= if did==235 replace penleadu25= if did==237 replace penleadu25= if did==240 replace penleadu25= if did==241 replace penleadu25= if did==245 replace penleadu25= if did==247 replace penleadu25= if did==251 replace penleadu25= if did==252 replace penleadu25= if did==253 replace penleadu25= if did==255 replace penleadu25= if did==256 replace penleadu25= if did==259 replace penleadu25= if did==261 replace penleadu25= if did==265 replace penleadu25= if did==267 replace penleadu25= if did==269

19 replace penleadu25= if did==271 replace penleadu25= if did==274 replace penleadu25= if did==278 replace penleadu25= if did==287 replace penleadu25= if did==289 replace penleadu25= if did==295 replace penleadu25= if did==300 gen pensingmom=. replace pensingmom= if did==140 replace pensingmom= if did==190 replace pensingmom= if did==192 replace pensingmom= if did==208 replace pensingmom= if did==209 replace pensingmom= if did==210 replace pensingmom= if did==235 replace pensingmom= if did==237 replace pensingmom= if did==240 replace pensingmom= if did==241 replace pensingmom= if did==245 replace pensingmom= if did==247 replace pensingmom= if did==251 replace pensingmom= if did==252 replace pensingmom= if did==253 replace pensingmom= if did==255 replace pensingmom= if did==256 replace pensingmom= if did==259 replace pensingmom= if did==261 replace pensingmom= if did==265 replace pensingmom= if did==267 replace pensingmom= if did==269 replace pensingmom= if did==271 replace pensingmom= if did==274 replace pensingmom= if did==278 replace pensingmom= if did==287 replace pensingmom= if did==289 replace pensingmom= if did==295 replace pensingmom= if did==300 gen penlowed=. replace penlowed= if did==140 replace penlowed= if did==190 replace penlowed= if did==192 replace penlowed= if did==208 replace penlowed= if did==209 replace penlowed= if did==210 replace penlowed= if did==235 replace penlowed= if did==237 replace penlowed= if did==240 replace penlowed= if did==241 replace penlowed= if did==245 replace penlowed= if did==247 replace penlowed= if did==251 replace penlowed= if did==252 replace penlowed= if did==253 replace penlowed= if did==255

20 replace penlowed= if did==256 replace penlowed= if did==259 replace penlowed= if did==261 replace penlowed= if did==265 replace penlowed= if did==267 replace penlowed= if did==269 replace penlowed= if did==271 replace penlowed= if did==274 replace penlowed= if did==278 replace penlowed= if did==287 replace penlowed= if did==289 replace penlowed= if did==295 replace penlowed= if did==300 gen penunemp=. replace penunemp= if did==140 replace penunemp= if did==190 replace penunemp= if did==192 replace penunemp= if did==208 replace penunemp= if did==209 replace penunemp= if did==210 replace penunemp= if did==235 replace penunemp= if did==237 replace penunemp= if did==240 replace penunemp= if did==241 replace penunemp= if did==245 replace penunemp= if did==247 replace penunemp= if did==251 replace penunemp= if did==252 replace penunemp= if did==253 replace penunemp= if did==255 replace penunemp= if did==256 replace penunemp= if did==259 replace penunemp= if did==261 replace penunemp= if did==265 replace penunemp= if did==267 replace penunemp= if did==269 replace penunemp= if did==271 replace penunemp= if did==274 replace penunemp= if did==278 replace penunemp= if did==287 replace penunemp= if did==289 replace penunemp= if did==295 replace penunemp= if did==300 // 1st column: young head eststo m1: xtmixed leadu25 penleadu25 lowed highed unemphh multearn singmom fhnk mhnk nhhmem17 nhhmem65 if agelead<65 did:, robust // 2nd column: young head - eligible sample gen yeligible=0 replace yeligible=1 if highed==0 & age>17 & age<25 eststo m2: xtmixed leadu25 penleadu25 unemphh multearn lowed singmom fhnk mhnk nhhmem17 nhhmem65 if yeligible==1 did:, robust

21 // 3rd column: sing moms eststo m3: xtmixed singmom pensingmom highed lowed unemphh multearn leadu25 lead2534 leado54 nhhmem17 nhhmem65 if agelead<65 did:, robust // 4th column: sing moms - eligible sample gen smeligible=0 replace smeligible=1 if age<18 replace smeligible=1 if sex==2 & age<55 replace smeligible=0 if multearn==1 eststo m4: xtmixed singmom pensingmom unemphh lowed highed leadu25 lead2534 nhhmem17 nhhmem65 if smeligible==1 did:, robust // 5th column: lowed eststo m5: xtmixed lowed penlowed unemphh multearn singmom fhnk mhnk leadu25 lead2534 leado54 nhhmem17 nhhmem65 if agelead<65 did:, robust // 6th column: lowed - eligible sample gen leeligible=0 replace leeligible=1 if age>24 & age<55 & multearn==0 eststo m6: xtmixed lowed penlowed unemphh singmom fhnk mhnk leadu25 lead2534 leado54 nhhmem17 nhhmem65 if leeligible==1 did:, robust // 7th column: unemp hh eststo m7: xtmixed unemphh penunemp lowed highed singmom fhnk mhnk leadu25 lead2534 leado54 nhhmem17 nhhmem65 if agelead<65 did:, robust // 8th column: unemp hh - eligible sample gen uneligible=0 replace uneligible=1 if highed==0 & age>24 & age<55 eststo m8: xtmixed unemphh penunemp lowed singmom fhnk mhnk leadu25 lead2534 leado54 nhhmem17 nhhmem65 if uneligible==1 did:, robust // producing table 2 esttab m1 m2 m3 m4 m5 m6 m7 m8, obslast cons star(* 0.05 ** 0.01 *** 0.001) /// mtitles ("Young Head" "Young Head" "Single Mother HH" "Single Mother HH" "Low Education Head" "Low Education Head" "Unemployed HH" "Unemployed HH") /// keep(penleadu25 pensingmom penunemp penlowed unemphh lowed singmom leadu25 lead2534 leado54 highed fhnk mhnk nhhmem17 nhhmem65 multearn _cons) /// coeflabels(unemphh "Unemployed HH" leadu25 "Young Head" lowed "Low Educated Head" singmom "Single Mother HH" lead2534 "Head 25-34" leado54"head>54" /// fhnk "Female Head No Children" mhnk "Male Head No Children" nhhmem17 "# Children" nhhmem65 "#>65" highed "High Educated Head" multearn "Multiple Earner HH") *** Table 3: Multilevel Linear Probability Models of Poverty in 29 Rich Democracies (N=123,192) *** // inputting transfer share as z-score // transfer share data from: Brady, David and Amie Bostic "Paradoxes of Social Policy: Welfare Transfers, Relative Poverty, and Redistribution Preferences." American Sociological Review 80: gen zexten=did recode zexten /// (140= ) (190= ) (192= ) (208= ) (209= ) (210= ) /// (235= ) (237= ) (240= ) (241= ) (245= ) /// (247= ) (251= ) (252= ) (253= ) (255= ) /// (256=.27489) (259= ) (261= ) (265= ) (267= ) /// (269= ) (271= ) (274= ) (278= ) /// (287= ) (289= ) (295= ) (300= )

22 // inputting unemployment rates as a z-score // unemployment data from: Brady, David and Markus Jˮtti Ӆconomic Performance, Poverty, and Inequality in Rich Countries.ӠPp in The Oxford Handbook of the Social Science of Poverty, edited by D. Brady and L.M. Burton. New York: Oxford University Press. gen zunempr=did recode zunempr /// (140= ) (190= ) (192= ) (208= ) (209= ) /// (210= ) (235= ) (237= ) (240= ) (241= ) /// (245= ) (247= ) (251= ) (252= ) (253= ) /// (255= ) (256= ) (259= ) (261= ) (265= ) /// (267= ) (269= ) (271= ) (274= ) (278= ) /// (287= ) (289= ) (295= ) (300= ) // random intercept eststo m1: xtmixed poor5 zexten zunempr lowed highed unemphh multearn singmom fhnk mhnk leadu25 lead2534 leado54 nhhmem17 nhhmem65 if agelead<65 did:, robust // random slope for unemployed hh eststo m2: xtmixed poor5 c.zexten##unemphh zunempr lowed highed multearn singmom fhnk mhnk leadu25 lead2534 leado54 nhhmem17 nhhmem65 if agelead<65 did: unemphh, robust // random slope for low educated hh eststo m3: xtmixed poor5 c.zexten##lowed zunempr highed unemphh multearn singmom fhnk mhnk leadu25 lead2534 leado54 nhhmem17 nhhmem65 if agelead<65 did: lowed, robust // random slope for single motherhood eststo m4: xtmixed poor5 c.zexten##singmom zunempr lowed highed unemphh multearn fhnk mhnk leadu25 lead2534 leado54 nhhmem17 nhhmem65 if agelead<65 did: singmom, robust // random slope for young headship eststo m5: xtmixed poor5 c.zexten##leadu25 zunempr lowed highed unemphh multearn singmom fhnk mhnk lead2534 leado54 nhhmem17 nhhmem65 if agelead<65 did: leadu25, robust // producing table 3 esttab m1 m2 m3 m4 m5, obslast cons star(* 0.05 ** 0.01 *** 0.001) /// mtitles ("Random Intercept" "Random Slope: Unemployed" "Random Slope: Low-Educated" "Random Slope: Single Mother" "Random Slope: Young Head") /// coeflabels(unemphh "Unemployed HH" leadu25 "Young Head" lowed "Low Educated Head" singmom "Single Mother HH" lead2534 "Head 25-34" leado54"head>54" /// fhnk "Female Head No Children" mhnk "Male Head No Children" nhhmem17 "# Children" nhhmem65 "#>65" highed "High Educated Head" multearn "Multiple Earner HH" /// zexten "Transfer Share" zunempr "Unemployment Rate")

23 BFH_LIS_5_appendix.do * Replication file for Brady, Finnigan, and Huebgen. "Rethinking the Risks of Poverty: A Framework for Analyzing Prevalences and Penalties." /* This do file contains the Stata code for the article's appendix. Most of the following should be submitted to the LISSY interface of the Luxembourg Income Study ( by registered users. Please see the instructions (BFH_replication_instructions.txt) in this package for more information. Portions of the results from LISSY were copied into an excel file ("BFH_LISSY_results.xlsx"). The original version of the code in this file was written by Sabine Huebgen, Nov 10, This code has not been further edited to separate code submitted to LIS vs run locally, similar to the main replication files. All code should be submitted to LISSY unless noted in the comments (i.e., step 5 in generating Appendix III). */ *** Appendix I: Comparison of Penalties: Coefficients from Linear Probability Models and Average Marginal Effects from Logit Models for Four Risks in 29 High Income Democracies ** // loading data constructed in BFH_1_LIS_data.do use $mydata/brady/prevpen_ajs_ca, clear // new variable for countries sort did gen cntry=did replace cntry=1 if did==140 // BE replace cntry=2 if did==190 // SE replace cntry=3 if did==192 // KO replace cntry=4 if did==208 // CH replace cntry=5 if did==209 // HUN replace cntry=6 if did==210 // AT replace cntry=7 if did==235 // IT replace cntry=8 if did==237 // ES replace cntry=9 if did==240 // UK replace cntry=10 if did==241 // GR replace cntry=11 if did==245 // JP replace cntry=12 if did==247 // AU replace cntry=13 if did==251 // SK replace cntry=14 if did==252 // DE replace cntry=15 if did==253 // IE replace cntry=16 if did==255 // FI replace cntry=17 if did==256 // LU replace cntry=18 if did==259 // IL replace cntry=19 if did==261 // SI replace cntry=20 if did==265 // NE replace cntry=21 if did==267 // NO replace cntry=22 if did==269 // PL replace cntry=23 if did==271 // EE replace cntry=24 if did==274 // CA replace cntry=25 if did==278 // DK replace cntry=26 if did==287 // IS replace cntry=27 if did==289 // CZE replace cntry=28 if did==295 // FRA replace cntry=29 if did==300 // US

24 // calculate the penalties as AMEs for all countries forvalues i=1/29 { logit poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn [pw=hwgt] if agelead<65 & cntry==`i', cluster(hid) margins, dydx (*) } // values copied into BFH_LISSY_results.xlsx ***************************************** ********* App II: US models ********* ***************************************** use $mydata/brady/prevpen_ajs_ca, clear keep if did==300 *** first column: US model for calculating penalties (LPM) eststo m1: regress poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn [pw=hwgt] if agelead<65, cluster(hid) *** second column: US model for calculating penalties (AME) logit poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn [pw=hwgt] if agelead<65, cluster(hid) margins, dydx(*) *** third column: US model with race (LPM) recode ethnic_c 3= =3 7= =5 if did==300, gen (race) tab ethnic_c race tab race, gen (race) rename race1 white rename race2 black rename race3 hispa rename race4 asian rename race5 other eststo m2: regress poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn i.race [pw=hwgt] if agelead<65, cluster(hid) *** fourth column: US model with race and race-risk-interaction (LPM) eststo m3: regress poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn /// i.race i.black#unemphh i.hispa#i.unemphh i.black#i.leadu25 i.hispa#i.leadu25 i.black#i.singmom i.hispa#i.singmom i.black#i.lowed i.hispa#i.lowed [pw=hwgt] if agelead<65, cluster(hid) esttab m1 m2 m3, obslast cons star(* 0.05 ** 0.01 *** 0.001) /// mtitles ("Linear Probability: Coefficients and (T-Scores)" "Linear Probability, With Race: Coefficients and (T- Scores)" "Linear Probability, With Race and Race*Risk: Coefficients and (T-Scores)") /// keep(1.singmom 1.leadu25 1.lowed 1.unemphh 1.highed 1.lead leado54 1.multearn 1.fhnk 1.mhnk nhhmem17 nhhmem65 1.black 1.hispa 1.asian 1.other ///

25 1.black#1.unemphh 1.hispa#1.unemphh 1.black#1.lowed 1.hispa#1.lowed 1.black#1.singmom 1.hispa#1.singmom 1.black#1.leadu25 1.hispa#1.leadu25 /// coeflabels(unemphh "Unemployed HH" leadu25 "Young Head" lowed "Low Educated Head" singmom "Single Mother HH" lead2534 "Head 25-34" leado54"head>54" /// fhnk "Female Head No Children" mhnk "Male Head No Children" nhhmem17 "# Children" nhhmem65 "#>65" highed "High Educated Head" multearn "Multiple Earner HH") *************************************************** *** App III : Figure 6 with population size weights *************************************************** use $mydata/brady/prevpen_ajs_ca, clear *** step 1: calculate population size weighted penatlies without US *** generate population size (OECD --> gen popsize=. replace popsize= 103 if did==140 replace popsize= 90 if did==190 replace popsize= 484 if did==192 replace popsize= 74 if did==208 replace popsize= 101 if did==209 replace popsize= 82 if did==210 replace popsize= 605 if did==235 replace popsize= 466 if did==237 replace popsize= 619 if did==240 replace popsize= 112 if did==241 replace popsize= 1277 if did==245 replace popsize= 220 if did==247 replace popsize= 54 if did==251 replace popsize= 818 if did==252 replace popsize= 46 if did==253 replace popsize= 54 if did==255 replace popsize= 5 if did==256 replace popsize= 76 if did==259 replace popsize= 20 if did==261 replace popsize= 166 if did==265 replace popsize= 49 if did==267 replace popsize= 385 if did==269 replace popsize= 13 if did==271 replace popsize= 341 if did==274 replace popsize= 55 if did==278 replace popsize= 3 if did==287 replace popsize= 105 if did==289 replace popsize= 629 if did==295 replace popsize= 3165 if did==300 gen weight=popsize*hwgt global cov "leadu25 lead2534 leado54 singmom fhnk mhnk nhhmem17 nhhmem65 lowed highed unemphh multearn" egen mi=rowmiss($cov) if agelead<65

26 regress poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn [pw=weight] if agelead<65 & did!=300 &mi==0, robust cluster(hid) /* Number of obs = 1,140,895 F(12, ) = Prob > F = R-squared = Root MSE = (Std. Err. adjusted for 191,627 clusters in hid) Robust poor5 Coef. Std. Err. t P> t [95% Conf. Interval] leadu lead leado singmom fhnk mhnk nhhmem nhhmem lowed highed unemphh multearn _cons mean median penalties: - singmom: young: lowed: unemp:.2797 */ ** Step 2: Use these penalties for the counterfactual simulations * 1.1 What if the US had median penalties for all 4 groups? use $mydata/brady/prevpen_ajs_ca, clear keep if did==300 global cov "leadu25 lead2534 leado54 singmom fhnk mhnk nhhmem17 nhhmem65 lowed highed unemphh multearn" egen mi=rowmiss($cov) if agelead<65 regress poor5 i.leadu25 i.lead2534 i.leado54 i.singmom i.fhnk i.mhnk nhhmem17 nhhmem65 i.lowed i.highed i.unemphh i.multearn [pw=hwgt] if agelead<65 &mi==0, robust cluster(hid) *predicted values US 2013*

27 gen povhat=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 * median slope for all 4 risk groups gen mslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh*.2797) + (multearn* ) + ( ) if agelead<65 * What if the US had median singmom penalty keeping the rest as is? gen smslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 * What if the US had median younghead penalty keeping the rest as is? gen yslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 * What if the US had median lowed penalty keeping the rest as is? gen lslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh* ) + (multearn* ) + ( ) if agelead<65 * What if the US had median unemp penalty keeping the rest as is? gen uslope=(leadu25* ) + (lead2534* ) /// + (leado54* ) + (singmom* ) + (fhnk* ) + (mhnk* ) /// + (nhhmem17* ) + (nhhmem65* ) + (lowed* ) + (highed* ) /// + (unemphh*.2797) + (multearn* ) + ( ) if agelead<65 ************************************************************ ** step 3: calculate population size weighted prevalences ************************************************************ use "$data/prevpen_lis_29.dta", clear tabstat leadu25 singmom lowed unemphh [pw= weight] if did!=300, stats(mean median) /* stats wpprev~g wpprev~m wpprev~d wpprev~p mean p mean median prevalences:

LIS Self Teaching Package Stata version. Part II: Gender, employment, and wages

LIS Self Teaching Package Stata version. Part II: Gender, employment, and wages LIS Self Teaching Package 2018 Stata version Part II: Gender, employment, and wages 0 1 Part II Gender, employment, and wages Overall Plan and Structure of the Exercise The exercises in Part I demonstrated

More information

poverty It is well-known, at least among scholars head 15 The Stanford Center on Poverty and Inequality BY JANET C. GORNICK AND MARKUS JÄNTTI

poverty It is well-known, at least among scholars head 15 The Stanford Center on Poverty and Inequality BY JANET C. GORNICK AND MARKUS JÄNTTI STATE OF THE UNION poverty head 15 The Stanford Center on and Inequality BY JANET C. GORNICK AND MARKUS JÄNTTI KEY FINDINGS Using a relative poverty standard for disposable household income, the U.S. poverty

More information

Self-Teaching Package

Self-Teaching Package Self-Teaching Package Version 2012 STATA version Part I Part I Inequality, poverty, and social s policy Overall Plan P and Structure of the Exercise The next seven exercises demonstrate the use of the

More information

Economic strain over the life course in Europe

Economic strain over the life course in Europe Economic strain over the life course in Europe (towards assessing prospects of ing) Tadas Leoncikas, Joanna Napierala Presentation for the conference Social monitoring and reporting in Europe 7 October

More information

Labor Force Participation and the Wage Gap Detailed Notes and Code Econometrics 113 Spring 2014

Labor Force Participation and the Wage Gap Detailed Notes and Code Econometrics 113 Spring 2014 Labor Force Participation and the Wage Gap Detailed Notes and Code Econometrics 113 Spring 2014 In class, Lecture 11, we used a new dataset to examine labor force participation and wages across groups.

More information

[BINARY DEPENDENT VARIABLE ESTIMATION WITH STATA]

[BINARY DEPENDENT VARIABLE ESTIMATION WITH STATA] Tutorial #3 This example uses data in the file 16.09.2011.dta under Tutorial folder. It contains 753 observations from a sample PSID data on the labor force status of married women in the U.S in 1975.

More information

You created this PDF from an application that is not licensed to print to novapdf printer (http://www.novapdf.com)

You created this PDF from an application that is not licensed to print to novapdf printer (http://www.novapdf.com) Monday October 3 10:11:57 2011 Page 1 (R) / / / / / / / / / / / / Statistics/Data Analysis Education Box and save these files in a local folder. name:

More information

ECON Introductory Econometrics. Seminar 4. Stock and Watson Chapter 8

ECON Introductory Econometrics. Seminar 4. Stock and Watson Chapter 8 ECON4150 - Introductory Econometrics Seminar 4 Stock and Watson Chapter 8 empirical exercise E8.2: Data 2 In this exercise we use the data set CPS12.dta Each month the Bureau of Labor Statistics in the

More information

COMMISSION STAFF WORKING DOCUMENT. accompanying document to the

COMMISSION STAFF WORKING DOCUMENT. accompanying document to the EN EN EN EUROPEAN COMMISSION Brussels, xxx SEC(9) yyy final COMMISSION STAFF WORKING DOCUMENT accompanying document to the REPORT FROM THE COMMISSION TO THE COUNCIL, THE EUROPEAN PARLIAMENT, THE EUROPEAN

More information

LIS Self Teaching Package SPSS version. Part II: Gender, employment, and wages

LIS Self Teaching Package SPSS version. Part II: Gender, employment, and wages LIS Self Teaching Package 2018 SPSS version Part II: Gender, employment, and wages 0 1 Part II Gender, employment, and wages Overall Plan and Structure of the Exercise The exercises in Part I demonstrated

More information

January 2010 Euro area unemployment rate at 9.9% EU27 at 9.5%

January 2010 Euro area unemployment rate at 9.9% EU27 at 9.5% STAT//29 1 March 20 January 20 Euro area unemployment rate at 9.9% EU27 at 9.5% The euro area 1 (EA16) seasonally-adjusted 2 unemployment rate 3 was 9.9% in January 20, the same as in December 2009 4.

More information

A MULTIFACTORIAL EXPLANATION OF YOUTH UNEMPLOYMENT AND THE SPECIAL CASE OF AUSTRIA

A MULTIFACTORIAL EXPLANATION OF YOUTH UNEMPLOYMENT AND THE SPECIAL CASE OF AUSTRIA A MULTIFACTORIAL EXPLANATION OF YOUTH UNEMPLOYMENT AND THE SPECIAL CASE OF AUSTRIA The Future of Capitalism Vienna, 24 th September 2014 Dennis Tamesberger Department for Economic, Welfare and Social policy.

More information

LIS Self Teaching Package SPSS version. Part I: Inequality, poverty, and social policy

LIS Self Teaching Package SPSS version. Part I: Inequality, poverty, and social policy LIS Self Teaching Package 2018 SPSS version Part I: Inequality, poverty, and social policy 1 Part I Inequality, poverty, and social policy Overall Plan and Structure of the Exercise The next seven exercises

More information

Table 4. Probit model of union membership. Probit coefficients are presented below. Data from March 2008 Current Population Survey.

Table 4. Probit model of union membership. Probit coefficients are presented below. Data from March 2008 Current Population Survey. 1. Using a probit model and data from the 2008 March Current Population Survey, I estimated a probit model of the determinants of pension coverage. Three specifications were estimated. The first included

More information

u panel_lecture . sum

u panel_lecture . sum u panel_lecture sum Variable Obs Mean Std Dev Min Max datastre 639 9039644 6369418 900228 926665 year 639 1980 2584012 1976 1984 total_sa 639 9377839 3212313 682 441e+07 tot_fixe 639 5214385 1988422 642

More information

Final Exam - section 1. Thursday, December hours, 30 minutes

Final Exam - section 1. Thursday, December hours, 30 minutes Econometrics, ECON312 San Francisco State University Michael Bar Fall 2013 Final Exam - section 1 Thursday, December 19 1 hours, 30 minutes Name: Instructions 1. This is closed book, closed notes exam.

More information

Trends and episodes of income distribution change in Hungary

Trends and episodes of income distribution change in Hungary CEPS-Intereconomics-ZBW conference Inequality in Europe: What Can Be Done? What Should Be Done? Friday, 11 October 13 Trends and episodes of income distribution change in Hungary István György Tóth Tárki

More information

Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No. Directions

Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No. Directions Your Name (Please print) Did you agree to take the optional portion of the final exam Yes No (Your online answer will be used to verify your response.) Directions There are two parts to the final exam.

More information

Figure 1.1 Inequality, Economic Growth, Employment Growth, and Real Income Growth in Sweden, Germany, and the United States, 1980s and 1990s

Figure 1.1 Inequality, Economic Growth, Employment Growth, and Real Income Growth in Sweden, Germany, and the United States, 1980s and 1990s Figure 1.1 Inequality, Economic Growth, Employment Growth, and Real Income Growth in Sweden, Germany, and the United States, 198s and 199s Posttax-Posttransfer Individual Earnings Inequality Household

More information

NOTE ON EU27 CHILD POVERTY RATES

NOTE ON EU27 CHILD POVERTY RATES NOTE ON EU7 CHILD POVERTY RATES Research note prepared for Child Poverty Action Group Authors: H. Xavier Jara and Chrysa Leventi Institute for Social and Economic Research (ISER) University of Essex The

More information

Categorical Outcomes. Statistical Modelling in Stata: Categorical Outcomes. R by C Table: Example. Nominal Outcomes. Mark Lunt.

Categorical Outcomes. Statistical Modelling in Stata: Categorical Outcomes. R by C Table: Example. Nominal Outcomes. Mark Lunt. Categorical Outcomes Statistical Modelling in Stata: Categorical Outcomes Mark Lunt Arthritis Research UK Epidemiology Unit University of Manchester Nominal Ordinal 28/11/2017 R by C Table: Example Categorical,

More information

A European workshop to introduce the EU SILC and the EU LFS data Practical Session Exploring EU SILC. Heike Wirth & Pierre Walthery

A European workshop to introduce the EU SILC and the EU LFS data Practical Session Exploring EU SILC. Heike Wirth & Pierre Walthery A European workshop to introduce the EU SILC and the EU LFS data Practical Session Exploring EU SILC Heike Wirth & Pierre Walthery Exercise 1: Severe material deprivation rate by age, sex, at risk of poverty

More information

EFFICIENCY OF PUBLIC SPENDING IN SUPPORT OF R&D ACTIVITIES

EFFICIENCY OF PUBLIC SPENDING IN SUPPORT OF R&D ACTIVITIES EFFICIENCY OF PUBLIC SPENDING IN SUPPORT OF R&D ACTIVITIES Michele Cincera (ULB & CEPR), Dirk Czarnitzki (KUL & ZEW) & Susanne Thorwarth (ZEW & KUL) 1 Workshop on assessing the socio-economic impacts of

More information

İnsan TUNALI 8 November 2018 Econ 511: Econometrics I. ASSIGNMENT 7 STATA Supplement

İnsan TUNALI 8 November 2018 Econ 511: Econometrics I. ASSIGNMENT 7 STATA Supplement İnsan TUNALI 8 November 2018 Econ 511: Econometrics I ASSIGNMENT 7 STATA Supplement. use "F:\COURSES\GRADS\ECON511\SHARE\wages1.dta", clear. generate =ln(wage). scatter sch Q. Do you see a relationship

More information

Logistic Regression Analysis

Logistic Regression Analysis Revised July 2018 Logistic Regression Analysis This set of notes shows how to use Stata to estimate a logistic regression equation. It assumes that you have set Stata up on your computer (see the Getting

More information

Online Appendix for: Consumption Reponses to In-Kind Transfers: Evidence from the Introduction of the Food Stamp Program

Online Appendix for: Consumption Reponses to In-Kind Transfers: Evidence from the Introduction of the Food Stamp Program Online Appendix for: Consumption Reponses to In-Kind Transfers: Evidence from the Introduction of the Food Stamp Program Hilary W. Hoynes University of California, Davis and NBER hwhoynes@ucdavis.edu and

More information

Imputed Rents in EU-SILC. Results from Net-SILC2 work package on imputed rents

Imputed Rents in EU-SILC. Results from Net-SILC2 work package on imputed rents Imputed Rents in EU-SILC Results from Net-SILC2 work package on imputed rents Meeting of providers of OECD income distribution data Paris 21-22 February 2013 Veli-Matti Törmälehto, Statistics Finland 22/02/2013

More information

European youth labour market in crisis: Does the deregulation of employment protection help?

European youth labour market in crisis: Does the deregulation of employment protection help? European youth labour market in crisis: Does the deregulation of employment protection help? 3 rd European User Conference for EU-LFS and EU-SILC Mannheim, 21-22 March 213 Michael Gebel (University of

More information

Econ 371 Problem Set #4 Answer Sheet. 6.2 This question asks you to use the results from column (1) in the table on page 213.

Econ 371 Problem Set #4 Answer Sheet. 6.2 This question asks you to use the results from column (1) in the table on page 213. Econ 371 Problem Set #4 Answer Sheet 6.2 This question asks you to use the results from column (1) in the table on page 213. a. The first part of this question asks whether workers with college degrees

More information

The Skillsnet project on Medium-term forecasts of occupational skill needs in Europe: Replacement demand and cohort change analysis

The Skillsnet project on Medium-term forecasts of occupational skill needs in Europe: Replacement demand and cohort change analysis The Skillsnet project on Medium-term forecasts of occupational skill needs in Europe: Replacement demand and cohort change analysis Paper presented at the Workshop on Medium-term forecast of occupational

More information

Advanced Econometrics

Advanced Econometrics Advanced Econometrics Instructor: Takashi Yamano 11/14/2003 Due: 11/21/2003 Homework 5 (30 points) Sample Answers 1. (16 points) Read Example 13.4 and an AER paper by Meyer, Viscusi, and Durbin (1995).

More information

The Eurostars Programme

The Eurostars Programme The Eurostars Programme The EU-EUREKA joint funding programme for R&D-performing SMEs What is EUREKA? > 2 > EUREKA is a public network supporting R&D-performing businesses > Established in 1985 by French

More information

Policy Brief Estimating Differential Mortality from EU- SILC Longitudinal Data a Feasibility Study

Policy Brief Estimating Differential Mortality from EU- SILC Longitudinal Data a Feasibility Study Policy Brief Estimating Differential Mortality from EU- SILC Longitudinal Data a Feasibility Study Authors: Johannes Klotz and Tobias Göllner, Statistics Austria, Vienna November 2017 Summary Socio-economic

More information

The New Welfare State An Answer to New Social Risks? Joakim Palme Institute for Futures Studies

The New Welfare State An Answer to New Social Risks? Joakim Palme Institute for Futures Studies The New Welfare State An Answer to New Social Risks? Joakim Palme Institute for Futures Studies The Characteristics of the Nordic Welfare States Shaping the Nordic Model Gerhard Lenski s perspective on

More information

Income and Wealth Inequality in OECD Countries

Income and Wealth Inequality in OECD Countries DOI: 1.17/s1273-16-1946-8 Verteilung -Vergleich Horacio Levy and Inequality in Countries The has longstanding experience in research on income inequality, with studies dating back to the 197s. Since 8

More information

Module 9: Single-level and Multilevel Models for Ordinal Responses. Stata Practical 1

Module 9: Single-level and Multilevel Models for Ordinal Responses. Stata Practical 1 Module 9: Single-level and Multilevel Models for Ordinal Responses Pre-requisites Modules 5, 6 and 7 Stata Practical 1 George Leckie, Tim Morris & Fiona Steele Centre for Multilevel Modelling If you find

More information

Dummy variables 9/22/2015. Are wages different across union/nonunion jobs. Treatment Control Y X X i identifies treatment

Dummy variables 9/22/2015. Are wages different across union/nonunion jobs. Treatment Control Y X X i identifies treatment Dummy variables Treatment 22 1 1 Control 3 2 Y Y1 0 1 2 Y X X i identifies treatment 1 1 1 1 1 1 0 0 0 X i =1 if in treatment group X i =0 if in control H o : u n =u u Are wages different across union/nonunion

More information

Prerequisites for a Social Security Agreement (SSA) Stephan Cueni Head of International Agreements

Prerequisites for a Social Security Agreement (SSA) Stephan Cueni Head of International Agreements Federal Department of Home Affairs Federal Social Insurance Office Intrenational Affairs, Agreements Prerequisites for a Social Security Agreement (SSA) Stephan Cueni Head of International Agreements Zagreb,

More information

State of play of CAP measure Setting up of Young Farmers in the European Union

State of play of CAP measure Setting up of Young Farmers in the European Union State of play of CAP measure Setting up of Young Farmers in the European Union Michael Gregory EN RD Contact Point Seminar CEJA 20 th September 2010 Measure 112 rationale: Measure 112 - Setting up of young

More information

COVER NOTE The Employment Committee Permanent Representatives Committee (Part I) / Council EPSCO Employment Performance Monitor - Endorsement

COVER NOTE The Employment Committee Permanent Representatives Committee (Part I) / Council EPSCO Employment Performance Monitor - Endorsement COUNCIL OF THE EUROPEAN UNION Brussels, 15 June 2011 10666/1/11 REV 1 SOC 442 ECOFIN 288 EDUC 107 COVER NOTE from: to: Subject: The Employment Committee Permanent Representatives Committee (Part I) / Council

More information

Cross-country comparison using the ECHP Descriptive statistics and Simple Models. Cheti Nicoletti Institute for Social and Economic Research

Cross-country comparison using the ECHP Descriptive statistics and Simple Models. Cheti Nicoletti Institute for Social and Economic Research Cross-country comparison using the ECHP Descriptive statistics and Simple Models Cheti Nicoletti Institute for Social and Economic Research Comparing income variables across countries Income variables

More information

HOW RECESSION REFLECTS IN THE LABOUR MARKET INDICATORS

HOW RECESSION REFLECTS IN THE LABOUR MARKET INDICATORS REPUBLIC OF SLOVENIA HOW RECESSION REFLECTS IN THE LABOUR MARKET INDICATORS Matej Divjak, Irena Svetin, Darjan Petek, Miran Žavbi, Nuška Brnot ??? What is recession?? Why in Europe???? Why in Slovenia?

More information

Growth, competitiveness and jobs: priorities for the European Semester 2013 Presentation of J.M. Barroso,

Growth, competitiveness and jobs: priorities for the European Semester 2013 Presentation of J.M. Barroso, Growth, competitiveness and jobs: priorities for the European Semester 213 Presentation of J.M. Barroso, President of the European Commission, to the European Council of 14-1 March 213 Economic recovery

More information

Self-Teaching Package Version R version Part II

Self-Teaching Package Version R version Part II Self-Teaching Package Version 2016 R version Part II 0 1 Part II Gender, employment, and wages Overall Plan and Structure of the Exercise The exercises in Part I demonstrated the use of household income

More information

October 2010 Euro area unemployment rate at 10.1% EU27 at 9.6%

October 2010 Euro area unemployment rate at 10.1% EU27 at 9.6% STAT//180 30 November 20 October 20 Euro area unemployment rate at.1% EU27 at 9.6% The euro area 1 (EA16) seasonally-adjusted 2 unemployment rate 3 was.1% in October 20, compared with.0% in September 4.

More information

Professor Brad Jones University of Arizona POL 681, SPRING 2004 INTERACTIONS and STATA: Companion To Lecture Notes on Statistical Interactions

Professor Brad Jones University of Arizona POL 681, SPRING 2004 INTERACTIONS and STATA: Companion To Lecture Notes on Statistical Interactions Professor Brad Jones University of Arizona POL 681, SPRING 2004 INTERACTIONS and STATA: Companion To Lecture Notes on Statistical Interactions Preliminaries 1. Basic Regression. reg y x1 Source SS df MS

More information

Top Earnings Inequality and the Gender Pay Gap: Canada, Sweden, and the United Kingdom

Top Earnings Inequality and the Gender Pay Gap: Canada, Sweden, and the United Kingdom AEA 2018 Meetings, Philadelphia, January 5 th 2018 Top Earnings Inequality and the Gender Pay Gap: Canada, Sweden, and the United Kingdom Nicole Fortin Vancouver School of Economics and Canadian Institute

More information

Evaluation of the Part-Time and Fixed-Term Work Directives. Conference on EU Labour Law, 21 October 2013, Brussels

Evaluation of the Part-Time and Fixed-Term Work Directives. Conference on EU Labour Law, 21 October 2013, Brussels Evaluation of the Part-Time and Fixed-Term Work Directives Conference on EU Labour Law, 21 October 2013, Brussels Agenda Aims of the Directives Level of change introduced by the Directives Measures to

More information

WWS 508b Precept 10. John Palmer. April 27, 2010

WWS 508b Precept 10. John Palmer. April 27, 2010 WWS 508b Precept 10 John Palmer April 27, 2010 Example: married women s labor force participation The MROZ.dta data set has information on labor force participation and other characteristics of married

More information

Social Protection and Social Inclusion in Europe Key facts and figures

Social Protection and Social Inclusion in Europe Key facts and figures MEMO/08/625 Brussels, 16 October 2008 Social Protection and Social Inclusion in Europe Key facts and figures What is the report and what are the main highlights? The European Commission today published

More information

tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6}

tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6} PS 4 Monday August 16 01:00:42 2010 Page 1 tm / / / / / / / / / / / / Statistics/Data Analysis User: Klick Project: Limited Dependent Variables{space -6} log: C:\web\PS4log.smcl log type: smcl opened on:

More information

Labor Market Returns to Two- and Four- Year Colleges. Paper by Kane and Rouse Replicated by Andreas Kraft

Labor Market Returns to Two- and Four- Year Colleges. Paper by Kane and Rouse Replicated by Andreas Kraft Labor Market Returns to Two- and Four- Year Colleges Paper by Kane and Rouse Replicated by Andreas Kraft Theory Estimating the return to two-year colleges Economic Return to credit hours or sheepskin effects

More information

Chapter 6 Part 3 October 21, Bootstrapping

Chapter 6 Part 3 October 21, Bootstrapping Chapter 6 Part 3 October 21, 2008 Bootstrapping From the internet: The bootstrap involves repeated re-estimation of a parameter using random samples with replacement from the original data. Because the

More information

Two-stage least squares examples. Angrist: Vietnam Draft Lottery Men, Cohorts. Vietnam era service

Two-stage least squares examples. Angrist: Vietnam Draft Lottery Men, Cohorts. Vietnam era service Two-stage least squares examples Angrist: Vietnam Draft Lottery 1 2 Vietnam era service 1980 Men, 1940-1952 Cohorts Defined as 1964-1975 Estimated 8.7 million served during era 3.4 million were in SE Asia

More information

Appendix A. Additional Results

Appendix A. Additional Results Appendix A Additional Results for Intergenerational Transfers and the Prospects for Increasing Wealth Inequality Stephen L. Morgan Cornell University John C. Scott Cornell University Descriptive Results

More information

Quantitative Techniques Term 2

Quantitative Techniques Term 2 Quantitative Techniques Term 2 Laboratory 7 2 March 2006 Overview The objective of this lab is to: Estimate a cost function for a panel of firms; Calculate returns to scale; Introduce the command cluster

More information

The Hungarian leave system in times of policy regime change

The Hungarian leave system in times of policy regime change The Hungarian leave system in times of policy regime change András Gábos (TÁRKI Social Research Institute, Budapest) Structure of the presentation 1. Long-term fertility trends 2. Policy responses 3. Effects

More information

Working Poor in Europe

Working Poor in Europe Working Poor in Europe Georg Fischer Director for Analysis, Evaluation, External Relations DG Employment, social affairs and inclusion 29.7.2013 Clarification of definitions and terms Overall social trends

More information

Income Inequality Within and Between European Countries

Income Inequality Within and Between European Countries Thema 4: Income Inequality Within and Between European Countries European User Conference for EU-LFS and EU-SILC Mannheim, 6 th March 2009 Judith Niehues GK SOCLIFE, University of Cologne Introduction

More information

REPRODUCTIVE HISTORY AND RETIREMENT: GENDER DIFFERENCES AND VARIATIONS ACROSS WELFARE STATES

REPRODUCTIVE HISTORY AND RETIREMENT: GENDER DIFFERENCES AND VARIATIONS ACROSS WELFARE STATES REPRODUCTIVE HISTORY AND RETIREMENT: GENDER DIFFERENCES AND VARIATIONS ACROSS WELFARE STATES Karsten Hank, Julie M. Korbmacher 223-2010 14 Reproductive History and Retirement: Gender Differences and Variations

More information

Technical Documentation for Household Demographics Projection

Technical Documentation for Household Demographics Projection Technical Documentation for Household Demographics Projection REMI Household Forecast is a tool to complement the PI+ demographic model by providing comprehensive forecasts of a variety of household characteristics.

More information

Corporate Socialism Around the World

Corporate Socialism Around the World Corporate Socialism Around the World June 2014 10 th CSEF-IGIER Symposium on Economics & Institutions Jan Bena UBC Gregor Matvos Chicago and NBER Amit Seru Chicago and NBER Motivation 75% of capital allocation

More information

Securing sustainable and adequate social protection in the EU

Securing sustainable and adequate social protection in the EU Securing sustainable and adequate social protection in the EU Session on Social Protection & Security IFA 12th Global Conference on Ageing 11 June 2014, HICC Hyderabad India Dr Lieve Fransen European Commission

More information

Example 7.1: Hourly Wage Equation Average wage for women

Example 7.1: Hourly Wage Equation Average wage for women 1 Stata Textbook Examples Introductory Econometrics: A Modern Approach by Jeffrey M. Wooldridge (1st & 2nd eds.) Chapter 7 - Multiple Regression Analysis with Qualitative Information: Binary (or Dummy)

More information

Innovative view on leave policies: The conceptualisation of the quality of the parental and care leave system

Innovative view on leave policies: The conceptualisation of the quality of the parental and care leave system Innovative view on leave policies: The conceptualisation of the quality of the parental and care leave system Anna Escobedo i Caparrós Dpt of Sociologiy and Organisational Analysis, University of Barcelona

More information

sociology SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 SO5032 Quantitative Research Methods

sociology SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 SO5032 Quantitative Research Methods 1 SO5032 Quantitative Research Methods Brendan Halpin, Sociology, University of Limerick Spring 2018 Lecture 10: Multinomial regression baseline category extension of binary What if we have multiple possible

More information

Exploring the performance of multilevel modeling and poststratification with Eurobarometer data

Exploring the performance of multilevel modeling and poststratification with Eurobarometer data Exploring the performance of multilevel modeling and poststratification with Eurobarometer data Dimiter Toshkov April 21, 2015 1 Introduction Multilevel regression modeling and poststratification (MRP)

More information

3. Global market returns (6 months) 4. Global market returns (1 week) 5. Global Market Risk and Return AU HU ID TH ZA CA NL DK IE MY BE CO PH LU PE

3. Global market returns (6 months) 4. Global market returns (1 week) 5. Global Market Risk and Return AU HU ID TH ZA CA NL DK IE MY BE CO PH LU PE Axioma Risk Monitor AU4 Edition 7 November 2018 1. Global volatility hotspots 2. Global correlation hotspots www.axioma.com Greater than 1% rise over last week Greater than 1% fall over last week Greater

More information

Effect of Education on Wage Earning

Effect of Education on Wage Earning Effect of Education on Wage Earning Group Members: Quentin Talley, Thomas Wang, Geoff Zaski Abstract The scope of this project includes individuals aged 18-65 who finished their education and do not have

More information

GROWTH AND JOBS: NEXT STEPS

GROWTH AND JOBS: NEXT STEPS GROWTH AND JOBS: NEXT STEPS Presentation of J.M. Barroso, President of the European Commission, to the informal European Council of 30 January 2012 Tackling the «vicious circles» affecting Europe Europe

More information

1) The Effect of Recent Tax Changes on Taxable Income

1) The Effect of Recent Tax Changes on Taxable Income 1) The Effect of Recent Tax Changes on Taxable Income In the most recent issue of the Journal of Policy Analysis and Management, Bradley Heim published a paper called The Effect of Recent Tax Changes on

More information

Discrete-time Event History Analysis PRACTICAL EXERCISES

Discrete-time Event History Analysis PRACTICAL EXERCISES Discrete-time Event History Analysis PRACTICAL EXERCISES Fiona Steele and Elizabeth Washbrook Centre for Multilevel Modelling University of Bristol 16-17 July 2013 Discrete-time Event History Analysis

More information

Dummy Variables. 1. Example: Factors Affecting Monthly Earnings

Dummy Variables. 1. Example: Factors Affecting Monthly Earnings Dummy Variables A dummy variable or binary variable is a variable that takes on a value of 0 or 1 as an indicator that the observation has some kind of characteristic. Common examples: Sex (female): FEMALE=1

More information

Special Eurobarometer 418 SOCIAL CLIMATE REPORT

Special Eurobarometer 418 SOCIAL CLIMATE REPORT Special Eurobarometer 418 SOCIAL CLIMATE REPORT Fieldwork: June 2014 Publication: November 2014 This survey has been requested by the European Commission, Directorate-General for Employment, Social Affairs

More information

National Quali cations

National Quali cations National Quali cations AH018 X70/77/11 Statistics THURSDAY, 10 MAY 1:00 PM 4:00 PM Total marks 100 Attempt ALL questions. You may use a calculator. Full credit will be given only to solutions which contain

More information

The challenges of an ageing population. Budgetary and labour force projections for Belgium and the EU Member States

The challenges of an ageing population. Budgetary and labour force projections for Belgium and the EU Member States The challenges of an ageing population Budgetary and labour force projections for Belgium and the EU Member States Alexander Schwan, European Commission WSE Arbeidsmarktcongres 2013 07.02.2013 Provinciehuis

More information

PROGRESS TOWARDS THE LISBON OBJECTIVES 2010 IN EDUCATION AND TRAINING

PROGRESS TOWARDS THE LISBON OBJECTIVES 2010 IN EDUCATION AND TRAINING PROGRESS TOWARDS THE LISBON OBJECTIVES IN EDUCATION AND TRAINING In 7, reaching the benchmarks for continues to pose a serious challenge for education and training systems in Europe, except for the goal

More information

Day 3C Simulation: Maximum Simulated Likelihood

Day 3C Simulation: Maximum Simulated Likelihood Day 3C Simulation: Maximum Simulated Likelihood c A. Colin Cameron Univ. of Calif. - Davis... for Center of Labor Economics Norwegian School of Economics Advanced Microeconometrics Aug 28 - Sep 1, 2017

More information

Improving the quality of public finance an analytical framework 2018 Ludwig Erhard Lecture

Improving the quality of public finance an analytical framework 2018 Ludwig Erhard Lecture Improving the quality of public finance an analytical framework 2018 Ludwig Erhard Lecture Marco Buti Director-General Economic and Financial Affairs, European Commission Lisbon Council The 2018 Euro Summit:

More information

Heteroskedasticity. . reg wage black exper educ married tenure

Heteroskedasticity. . reg wage black exper educ married tenure Heteroskedasticity. reg Source SS df MS Number of obs = 2,380 -------------+---------------------------------- F(2, 2377) = 72.38 Model 14.4018246 2 7.20091231 Prob > F = 0.0000 Residual 236.470024 2,377.099482551

More information

In 2009 a 6.5 % rise in per capita social protection expenditure matched a 6.1 % drop in EU-27 GDP

In 2009 a 6.5 % rise in per capita social protection expenditure matched a 6.1 % drop in EU-27 GDP Population and social conditions Authors: Giuseppe MOSSUTI, Gemma ASERO Statistics in focus 14/2012 In 2009 a 6.5 % rise in per capita social protection expenditure matched a 6.1 % drop in EU-27 GDP Expenditure

More information

Inequality and Poverty in EU- SILC countries, according to OECD methodology RESEARCH NOTE

Inequality and Poverty in EU- SILC countries, according to OECD methodology RESEARCH NOTE Inequality and Poverty in EU- SILC countries, according to OECD methodology RESEARCH NOTE Budapest, October 2007 Authors: MÁRTON MEDGYESI AND PÉTER HEGEDÜS (TÁRKI) Expert Advisors: MICHAEL FÖRSTER AND

More information

PROGRESS TOWARDS THE LISBON OBJECTIVES 2010 IN EDUCATION AND TRAINING

PROGRESS TOWARDS THE LISBON OBJECTIVES 2010 IN EDUCATION AND TRAINING PROGRESS TOWARDS THE LISBON OBJECTIVES IN EDUCATION AND TRAINING In, reaching the benchmarks for continues to pose a serious challenge for education and training systems in Europe, except for the goal

More information

David Newhouse Daniel Suryadarma

David Newhouse Daniel Suryadarma David Newhouse Daniel Suryadarma Outline of presentation 1. Motivation Vocational education expansion 2. Data 3. Determinants of choice of type 4. Effects of high school type Entire sample Cohort vs. age

More information

Catherine De Vries, Spyros Kosmidis & Andreas Murr

Catherine De Vries, Spyros Kosmidis & Andreas Murr APPLIED STATISTICS FOR POLITICAL SCIENTISTS WEEK 8: DEPENDENT CATEGORICAL VARIABLES II Catherine De Vries, Spyros Kosmidis & Andreas Murr Topic: Logistic regression. Predicted probabilities. STATA commands

More information

STATA Program for OLS cps87_or.do

STATA Program for OLS cps87_or.do STATA Program for OLS cps87_or.do * the data for this project is a small subsample; * of full time (30 or more hours) male workers; * aged 21-64 from the out going rotation; * samples of the 1987 current

More information

Swedish Fiscal Policy. Martin Flodén, Laura Hartman, Erik Höglin, Eva Oscarsson and Helena Svaleryd Meeting with IMF 3 June 2010

Swedish Fiscal Policy. Martin Flodén, Laura Hartman, Erik Höglin, Eva Oscarsson and Helena Svaleryd Meeting with IMF 3 June 2010 Swedish Fiscal Policy Martin Flodén, Laura Hartman, Erik Höglin, Eva Oscarsson and Helena Svaleryd Meeting with IMF 3 June 21 The S2 indicator Ireland Greece Luxembourg United Slovenia Spain Lithuania

More information

EUROPEAN COMMISSION EUROSTAT

EUROPEAN COMMISSION EUROSTAT EUROPEAN COMMISSION EUROSTAT Directorate F: Social statistics Unit F-3: Labour market Doc.: Eurostat/F3/LAMAS/29/14 WORKING GROUP LABOUR MARKET STATISTICS Document for item 3.2.1 of the agenda LCS 2012

More information

Heraklis Polemarchakis The Debt of Nations

Heraklis Polemarchakis The Debt of Nations Heraklis Polemarchakis The Debt of Nations The Crisis in the Euro Area Bank of Greece, Vouliagmeni, May 23 24, 2013 Outline An overview of numbers across the world Total for advanced economies Why Does

More information

Annex I Data definitions and sources

Annex I Data definitions and sources Annex I Data definitions and sources Consumer prices Harmonised index of consumer prices (HICP), Euro area (changing composition), seasonally adjusted, not working day adjusted, ECB calculation based on

More information

INVESTIGATING THE IMPLICATION OF UNEMPLOYMENT FOR POVERTY REDUCTION IN NIGERIA

INVESTIGATING THE IMPLICATION OF UNEMPLOYMENT FOR POVERTY REDUCTION IN NIGERIA INVESTIGATING THE IMPLICATION OF UNEMPLOYMENT FOR POVERTY REDUCTION IN NIGERIA Evelyn. N. Iyoko Department of Economics, Samuel Adegboyega University, Ogwa, Edo State. (08035690738, iyokoevelyn@yahoo.com,

More information

SHARE and SHARELIFE The collection of longitudinal data on older adults in Europe

SHARE and SHARELIFE The collection of longitudinal data on older adults in Europe SHARE and SHARELIFE The collection of longitudinal data on older adults in Europe Axel Börsch-Supan WHO Conference: Aging and Health: From Evidence to Policy Geneva, 02 June 2010 Two ways of longitudinality!

More information

Employment crisis in Europe and EU response. From pragmatism to Europe Maria Karamessini, Panteion University (Athens)

Employment crisis in Europe and EU response. From pragmatism to Europe Maria Karamessini, Panteion University (Athens) Employment crisis in Europe and EU response. From pragmatism to Europe 2020 Maria Karamessini, Panteion University (Athens) 16 th Workshop on Alternative Economic Policy in Europe EuroMemo Group September

More information

Modeling wages of females in the UK

Modeling wages of females in the UK International Journal of Business and Social Science Vol. 2 No. 11 [Special Issue - June 2011] Modeling wages of females in the UK Saadia Irfan NUST Business School National University of Sciences and

More information

Housing deprivation and health: A European comparison

Housing deprivation and health: A European comparison Housing deprivation and health: A European comparison Stefan Angel Benjamin Bittschi 3 rd European User Conference for EU-LFS and EU-SILC 2013 Mannheim Agenda 1. Background and research questions 2. Data

More information

Active Labour market policies for the EUROPE 2020-strategy. Ways to move Forward

Active Labour market policies for the EUROPE 2020-strategy. Ways to move Forward Active Labour market policies for the EUROPE 2020-strategy Ways to move Forward ALMPs, key components in the EES? Chaired by Ann VAN DEN CRUYCE, Tom BEVERS (EMCO Indicators Group) Sabine GAGEL (EUROSTAT)

More information

Social trends and dynamics of poverty and social exclusion. ESDE conference Brussels 06/02/2013

Social trends and dynamics of poverty and social exclusion. ESDE conference Brussels 06/02/2013 Social trends and dynamics of poverty and social exclusion ESDE conference Brussels 06/02/2013 1-in-4 people in the EU at risk of poverty or exclusion 27% of working age population at risk of poverty for

More information

The data definition file provided by the authors is reproduced below: Obs: 1500 home sales in Stockton, CA from Oct 1, 1996 to Nov 30, 1998

The data definition file provided by the authors is reproduced below: Obs: 1500 home sales in Stockton, CA from Oct 1, 1996 to Nov 30, 1998 Economics 312 Sample Project Report Jeffrey Parker Introduction This project is based on Exercise 2.12 on page 81 of the Hill, Griffiths, and Lim text. It examines how the sale price of houses in Stockton,

More information

Assignment #5 Solutions: Chapter 14 Q1.

Assignment #5 Solutions: Chapter 14 Q1. Assignment #5 Solutions: Chapter 14 Q1. a. R 2 is.037 and the adjusted R 2 is.033. The adjusted R 2 value becomes particularly important when there are many independent variables in a multiple regression

More information

Population data for the Common Case Study in INTARESE and HEIMTSA

Population data for the Common Case Study in INTARESE and HEIMTSA Population data for the Common Case Study in INTARESE and HEIMTSA County totals Age group fractions on a country level Age group totals on a country level Age group totals on a grid level (Emep 50 km x

More information