Dear all,
I am using weakiv to generate the weak-instrument robust inference.
According to weakiv's document, there should be several tests. But I find that when there is single instrument, it only shows the AR test.
For example, use weakiv's first example:
The result only shows AR test without the CLR, K, or J test. I was wondering why it is the case.

Any advice is greatly appreciated. Thanks!
I am using weakiv to generate the weak-instrument robust inference.
According to weakiv's document, there should be several tests. But I find that when there is single instrument, it only shows the AR test.
For example, use weakiv's first example:
HTML Code:
clear use http://www.stata.com/data/jwooldridge/eacsap/mroz.dta gen byte poshours=(hours>0) ivregress 2sls lwage exper expersq (educ = fatheduc) weakiv
Any advice is greatly appreciated. Thanks!
Comment