最近在写一篇实证文章,我采用了twoway FE Model。模型设定为:
ln(k)=C+C_i+B_t+a*lnfdi_it+p*Z_it+e_it
数据时间跨度为11年,截面跨度为60个行业。
在xtreg lnek lnfdi lngdp lninc lnrd ebi dumt*,fe后,我无论是做xttest2,还是做xtserial, 还是做levinlin lnfdi,lags(1),都返回如下结果:
. xttest2
_TS_p_delta_getnumb(): 3499 strtoreal() not found
_TS_p_delta_increment(): - function returned error
_TS_p_delta(): - function returned error
<istmt>: - function returned error
r(3499);
. levinlin lnfdi,lags(1)
_TS_p_delta_getnumb(): 3499 strtoreal() not found
_TS_p_delta_increment(): - function returned error
_TS_p_delta(): - function returned error
<istmt>: - function returned error
r(3499);
向各位前辈专家请教,非常感谢!