Dear Statalist
I am running a 2SLS analysis with the ivreg2 command (Stata 13.1), which looks as follows:
ivreg2 $y1list ($y2list = $x2list) $x1list i.year, first robust cluster(identifikator)
weakivtest
In order to test if my instrument is a weak one (and due to the fact that I am using the robust cluster() option), I use the post estimation command "weakivtest".
However, I have some trouble to correctly understand the output of the weakivtest command. Even after reading the article of Olea and Pflueger (2013) cited below.
My output looks as follows:
. weakivtest, level(0.05)
(obs=714)
Montiel-Pflueger robust weak instrument test
--------------------------------------------
Effective F statistic: 15.229
Confidence level alpha: 5%
--------------------------------------------
--------------------------------------------
Critical Values TSLS LIML
--------------------------------------------
% of Worst Case Bias
tau=5% 37.418 37.418
tau=10% 23.109 23.109
tau=20% 15.062 15.062
tau=30% 12.039 12.039
--------------------------------------------
Now the cited paper of Olea and Pflueger (2013) they used a threshold (tau) of 10% and a alpha of 5%. Hence, I used the same measure. Do I understand this correctly that in this case I would need to conclude that my instrument is weak (even though at the first stage it is highly significant with a t-value of 3.8?
Furthermore, I do not completely understand when I should use which tau. Could somebody please clarify this to me?
Thanks a lot in advance for your help!!
Best,
Eric
Montiel Olea, J. L. and C. E. Pflueger (2013) “A robust test for weak instruments,” Journal of Business and Economic Statistics, Vol. 31, pp. 358–369.
I am running a 2SLS analysis with the ivreg2 command (Stata 13.1), which looks as follows:
ivreg2 $y1list ($y2list = $x2list) $x1list i.year, first robust cluster(identifikator)
weakivtest
In order to test if my instrument is a weak one (and due to the fact that I am using the robust cluster() option), I use the post estimation command "weakivtest".
However, I have some trouble to correctly understand the output of the weakivtest command. Even after reading the article of Olea and Pflueger (2013) cited below.
My output looks as follows:
. weakivtest, level(0.05)
(obs=714)
Montiel-Pflueger robust weak instrument test
--------------------------------------------
Effective F statistic: 15.229
Confidence level alpha: 5%
--------------------------------------------
--------------------------------------------
Critical Values TSLS LIML
--------------------------------------------
% of Worst Case Bias
tau=5% 37.418 37.418
tau=10% 23.109 23.109
tau=20% 15.062 15.062
tau=30% 12.039 12.039
--------------------------------------------
Now the cited paper of Olea and Pflueger (2013) they used a threshold (tau) of 10% and a alpha of 5%. Hence, I used the same measure. Do I understand this correctly that in this case I would need to conclude that my instrument is weak (even though at the first stage it is highly significant with a t-value of 3.8?
Furthermore, I do not completely understand when I should use which tau. Could somebody please clarify this to me?
Thanks a lot in advance for your help!!
Best,
Eric
Montiel Olea, J. L. and C. E. Pflueger (2013) “A robust test for weak instruments,” Journal of Business and Economic Statistics, Vol. 31, pp. 358–369.

Comment