xtarsim y x eta, n(200) t(10) gamma(0) beta(0.8) rho(0.2) ///
one(corr 1) sn(9) seed(1234)
运行后续命令时,就运行不下去,如
xtdes
_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);
运行其他命令,只有reg ,xtreg可以运行结果,其他的xtabond,xtdpdsys,都无法运行,出现的都是
_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
请教连老师,这是怎么回事呢?谢谢!