Thank you very much Joro Kolev for your explanation.
When i run 2SLS with these WQhigh WQmedium variables , some WQ variables are omitted. The results also changed totally.
How can i use this explanatory variable in other way.
Originally posted by
gen WQhigh = WQ=="high"
gen WQmedium = WQ=="medium"
ivreg2 diarrhea (WQhigh WQmedium= mean_elevation c.max_tem#i.Interview_month) X2 X3 dist_sanitation_coverage i.province i.year, cluster (village)
[/CODE
gen WQhigh = WQ=="high"
gen WQmedium = WQ=="medium"
ivreg2 diarrhea (WQhigh WQmedium= mean_elevation c.max_tem#i.Interview_month) X2 X3 dist_sanitation_coverage i.province i.year, cluster (village)
[/CODE
Robust | ||||||
chdiarrhea | Coef. | Std. Err. | z | P>z | [95% Conf. | Interval] |
WQhigh | 0 | (omitted) | ||||
WQmedium | -.4347796 | .0715258 | -6.08 | 0.000 | -.5749676 | -.2945916 |
WQconformity | 0 | (omitted) | ||||
child_agemo | -.0144554 | .0034439 | -4.20 | 0.000 | -.0212053 | -.0077055 |
Comment