没有问题啊是你自己stata软件没有安装好
. use auto
(1978 Automobile Data)
. reg price trunk weight length,robust
Linear regression Number of obs = 74
F( 3, 70) = 13.28
Prob > F = 0.0000
R-squared = 0.3484
Root MSE = 2431.4
------------------------------------------------------------------------------
| Robust
price | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
trunk | 28.37644 70.11247 0.40 0.687 -111.4585 168.2113
weight | 4.721599 1.747621 2.70 0.009 1.236079 8.207119
length | -102.6652 57.33095 -1.79 0.078 -217.0082 11.6778
_cons | 10812.33 5718.795 1.89 0.063 -593.4476 22218.11
------------------------------------------------------------------------------
. est store m1
. est table m1
---------------------------
Variable | m1
-------------+-------------
trunk | 28.376437
weight | 4.7215989
length | -102.66518
_cons | 10812.329
---------------------------