不好意思,我有两个疑问想请教
第一个疑问
我要处理panel data 的 fixed effect 我用stata9.2 执行xtivreg2
输入命令 . xtivreg2 y gdp price (costi=labor), fe
出现错误讯息:
equation not identified; must have at least as many instruments not in the regression as there are instrumented variables
但我用xtivreg时,输入同样命令
. xtivreg y gdp price (costi=labor), fe
并不会出现错误讯息 我认为我执行的命令没有错? 想请问可能是哪里出了问题?谢谢
我是为了解决panel data, fixed effect可能出现的serial correlation和heteroscedasticity问题才要使用xtivreg2
若无法使用xtivreg2,想请问有没有其他适合的test或model可以使用?
很大的疑问,困扰我很久,先谢过了!