Dear all,
I am running an instrumental variable regression.
My model has 3 endogenous variables and 9 instruments and I fear I face problems with weak instruments.
I am using xtivreg2 with a fixed-effects estimator and a continuously updated estimator.
My post estimation controls provide the following results
My question is the following
1) Should I be worried about weak instruments using a cue? I have read that cue is able to tame the bias coming from weak instruments. Moreover , why the Stock-Yogo weak ID test critical values are not available?
Since my k-p statistic is very low, I further explore whether I have weak instruments using the weakiv command. But is am not sure how I could interpret these results.
I am aware the help file for weakiv provides some guidance but I am still struggling to interpret the results
My questions are the following:
1) Am I correct to believe the results of the CLR and the K test (H0:beta=b0) suggest that we cannot reject the possibility that my estimated coefficient is different from 0?
2) that the J test (H0:E(Zu)=0) suggest that the instruments are different from 0 (are not weak(?))
3) the AR and the Wald test suggests that my instruments are exogenous or that the coefficient of the endogenous regression are different from 0
4) In sum, do these test suggests that my model is correctly specified?
I am sorry if these are trivial questions, but hopefully they will also be useful to others.
In any case, if anyone has suggestions alternative or more appropriate test I could run, I would be happy to hear any suggestions.
I thank you in advance for your help
Best
I am running an instrumental variable regression.
My model has 3 endogenous variables and 9 instruments and I fear I face problems with weak instruments.
I am using xtivreg2 with a fixed-effects estimator and a continuously updated estimator.
Code:
xtivreg2 y (x1 x2 x3=$instruments) $controls_lag yeardum*,fe robust bw(1) small cue
Code:
Underidentification test (Kleibergen-Paap rk LM statistic): 18.633 Chi-sq(7) P-val = 0.0094 ------------------------------------------------------------------------------ Weak identification test (Cragg-Donald Wald F statistic): 1.800 (Kleibergen-Paap rk Wald F statistic): 2.063 Stock-Yogo weak ID test critical values: <not available> ------------------------------------------------------------------------------ Hansen J statistic (overidentification test of all instruments): 9.458 Chi-sq(6) P-val = 0.1494 ------------------------------------------------------------------------------
1) Should I be worried about weak instruments using a cue? I have read that cue is able to tame the bias coming from weak instruments. Moreover , why the Stock-Yogo weak ID test critical values are not available?
Since my k-p statistic is very low, I further explore whether I have weak instruments using the weakiv command. But is am not sure how I could interpret these results.
Code:
weakiv, estadd ci usegrid Weak instrument robust tests for linear IV H0: beta[y:x1 x2 x3] = [0 0 0] ---------------------------------------- Test | Statistic p-value ------+--------------------------------- CLR | stat(.) = 11.81 0.0070 K | chi2(3) = 8.70 0.0335 J | chi2(6) = 12.75 0.0472 K-J | <n.a.> 0.0416 AR | chi2(9) = 21.45 0.0108 ------+--------------------------------- Wald | chi2(3) = 17.09 0.0007 ---------------------------------------- Confidence sets estimated for (11 x 11 x 11) points in [-.409409, 3.93645], [-12.1167, 2.06556], [-3.54564, .986649]. CLR distribution and p-values obtained by simulation (10000 draws). Number of obs N = 2530. Number of groups = 142; avg obs per group = 17.8. Warning - singleton groups detected. 4 observation(s) not used. Method = lagrange multiplier (LM). Weight on K in K-J test = 0.800. Tests robust to heteroskedasticity. Tests robust to autocorrelation: kernel=Bartlett, bw=1. Small sample adjustments were used. Wald statistic in last row is based on xtivreg2 estimation and is not robust to weak instruments.
My questions are the following:
1) Am I correct to believe the results of the CLR and the K test (H0:beta=b0) suggest that we cannot reject the possibility that my estimated coefficient is different from 0?
2) that the J test (H0:E(Zu)=0) suggest that the instruments are different from 0 (are not weak(?))
3) the AR and the Wald test suggests that my instruments are exogenous or that the coefficient of the endogenous regression are different from 0
4) In sum, do these test suggests that my model is correctly specified?
I am sorry if these are trivial questions, but hopefully they will also be useful to others.
In any case, if anyone has suggestions alternative or more appropriate test I could run, I would be happy to hear any suggestions.
I thank you in advance for your help
Best
Comment