求解:
由于论文的需要,我在stata中使用门限回归,使用的数据是平衡面板数据,为什么还不能出结果?具体如下
. xtset count year
panel variable: count (strongly balanced)
time variable: year, 2011 to 2018
delta: 1 unit
. xthreg investment gdp regulatoryquality,rx(voiceandaccountability) qx(year) thum(1) grid(100) trim(0.05) bs(100)
Panel threshold model need balanced panel, check your data!
请问该怎么解决啊?