Hello,
I am running instrumental variable estimations to assess the impact of early marriage on education using past share of child brides in the previous decade as an instrument. However, I want to assess the impact of each age group, eg, 10-14, 15-17,18-21, as this is likely to vary. I have already created separate dummy variables for each age group, and instruments to match but there seems to be a mechanical issue when I run my estimation. How would I go about creating separate instruments for each group? This is the command I am using.
I am running instrumental variable estimations to assess the impact of early marriage on education using past share of child brides in the previous decade as an instrument. However, I want to assess the impact of each age group, eg, 10-14, 15-17,18-21, as this is likely to vary. I have already created separate dummy variables for each age group, and instruments to match but there seems to be a mechanical issue when I run my estimation. How would I go about creating separate instruments for each group? This is the command I am using.
HTML Code:
ivregress 2sls education_yrs (married13 married17 married21 = pastsharemean13 pastsharemean17 pastsharemean21 ) freeyears pregbeforem hus_age i.mv106 residence d121 rate edu_diff
Comment