Hello Dear Statalist users,
I am running an IV regression where I try to understand the effect of refugee influx on native children's health outcomes proxied by their height-for-age zscores (haz06). I am using 3 rounds of (pooled) DHS and refugee share, my treatment variable is as follows: Refugee Share = (Number of refugees in province c in the birth year od children (t) / Initial population of city c (which is 2010). Refugee share takes values of 0 for those who born in 2011 and before and it starts to take its actual values for those born in 2013 and onwards. It is simply because there were no refugees before 2011 in any province of interest. In other words, refugee share determines the children's exposure status to refugee shock based on their year of birth and province of residence. Note that refugee share and the IV are standardized variables (simply they are all z-scores).
Here is my code:
ivreg2 haz06 (z_refugee_share=z_instrument_scaled) i.plate i.survey_year i.child_sex i.child_birth_month i.SEDUC i.rural_ total totalrooms log_publicexpenditure_percapita hospital_percapita terrorindex_scaled [pweight=wgt] if child_birth_year!=2012, cluster(plate)
Plate stands for 81-provinces.
After performing my regression, I used "boottest" command but I fail to how to interpret this result. If anyone can help me in understanding the interpretation I would be really happy.
boottest z_refugee_share==0, nograph
Wild bootstrap-t, null imposed, 999 replications, Wald test, bootstrap clustering by plate, Rademacher weights:
z_refugee_share==0
z = 3.6594
Prob>|z| = 0.0030
95% confidence set for null hypothesis expression: [.1364, .6201]
I have deeply read David Roodman's article (https://journals.sagepub.com/doi/epu...36867X19830877). However, I could not fully understand the interpretation. What does it tell me in a precise way. I am literally confused.
Thank you in advance.
I am running an IV regression where I try to understand the effect of refugee influx on native children's health outcomes proxied by their height-for-age zscores (haz06). I am using 3 rounds of (pooled) DHS and refugee share, my treatment variable is as follows: Refugee Share = (Number of refugees in province c in the birth year od children (t) / Initial population of city c (which is 2010). Refugee share takes values of 0 for those who born in 2011 and before and it starts to take its actual values for those born in 2013 and onwards. It is simply because there were no refugees before 2011 in any province of interest. In other words, refugee share determines the children's exposure status to refugee shock based on their year of birth and province of residence. Note that refugee share and the IV are standardized variables (simply they are all z-scores).
Here is my code:
ivreg2 haz06 (z_refugee_share=z_instrument_scaled) i.plate i.survey_year i.child_sex i.child_birth_month i.SEDUC i.rural_ total totalrooms log_publicexpenditure_percapita hospital_percapita terrorindex_scaled [pweight=wgt] if child_birth_year!=2012, cluster(plate)
Plate stands for 81-provinces.
After performing my regression, I used "boottest" command but I fail to how to interpret this result. If anyone can help me in understanding the interpretation I would be really happy.
boottest z_refugee_share==0, nograph
Wild bootstrap-t, null imposed, 999 replications, Wald test, bootstrap clustering by plate, Rademacher weights:
z_refugee_share==0
z = 3.6594
Prob>|z| = 0.0030
95% confidence set for null hypothesis expression: [.1364, .6201]
I have deeply read David Roodman's article (https://journals.sagepub.com/doi/epu...36867X19830877). However, I could not fully understand the interpretation. What does it tell me in a precise way. I am literally confused.
Thank you in advance.
Comment