求助!
!救救要毕业孩子吧!
打算用stata导出回归结果,但出现了C:\ST_00000001.tmp could not be opened,自己卸载重装了系统还是没用,尝试安装了各种输出命令都失败了
. ssc install logout
file C:\ST_00000001.tmp could not be opened
. ssc install esttab
file C:\ST_00000001.tmp could not be opened
r(603);
. ssc install estout
file C:\ST_00000001.tmp could not be opened
r(603);
esttab m1 m2 m3 m4 using test.rtf,star(* 0.1 ** 0.05 *** 0.01)
estimation result m1 not found
r(111); 但是m1 m2 m3 m4 作完回归时就保存了,为什么系统提示不存在呢
esttab _est_m1 using test.rtf,star(* 0.1 ** 0.05 *** 0.01)
. ssc install dataex
file C:\ST_00000001.tmp could not be opened
本来想附上数据的,但是现在dataex也安装不了,因此无法提供。麻烦大家帮忙看看这究竟是怎么回事,谢谢!
estimation result _est_m1 not found
r(111); 从变量栏选中回归结果m1 放入命令,还是显示不存在
请问是为什么呀?