auirzxp 发表于 2015-6-27 10:38 
内生性是否存在,严格来说,是根据理论来的,而不是通过数据来检验的。
多谢老师
我在用stata进行面板工具变量回归时,使用的命令是xtivreg ,在进行hausman内生性检验时,使用的命令如下:
xtreg tl size ndts tang , fe
est store fe
xtivreg tl size ndts tang (npr= L1.npr), fe
est store fe_iv
hausman fe_iv fe ,检验结果不存在内生性
如果使用dmexogxt的命令得存在内生性
并且在理论上,变量具有内生性,那么请问,这时 该怎么办