Hello everyone,
I'm currently working with DHS data and attempting instrumental variable estimations. However, DHS recommends utilizing svyset when conducting any regression. The challenge I'm facing is that I cannot use estat endog, estat firststage, and estat overid when weights are applied with the ivregress command. Does anyone have insights on how I can test the strength of my instruments in this scenario?
I'm currently working with DHS data and attempting instrumental variable estimations. However, DHS recommends utilizing svyset when conducting any regression. The challenge I'm facing is that I cannot use estat endog, estat firststage, and estat overid when weights are applied with the ivregress command. Does anyone have insights on how I can test the strength of my instruments in this scenario?
Code:
syv, subpop(sample1): ivregress 2sls dependent_var independent_var (endogenous_var=instrument_var)

Comment