I have to do a placebo test that estimates based on randomized inference obtained after conducting 100 simulations that randomly assign location and year to children in our sample.
ivreg2 child_alive (ed=dum) run1 run2 i.child_birthyear i.child_sex i.year i.region i.urban if age_80>=9 & age_80<=20 & age_80~=14 & age_80~=15, r cluster(caseid age_80)
I want to have a graph like for ed coefficient please
ivreg2 child_alive (ed=dum) run1 run2 i.child_birthyear i.child_sex i.year i.region i.urban if age_80>=9 & age_80<=20 & age_80~=14 & age_80~=15, r cluster(caseid age_80)
I want to have a graph like for ed coefficient please
Comment