. reg price mpg weight length foreign
Source | SS df MS Number of obs = 74
-------------+------------------------------ F( 4, 69) = 21.01
Model | 348708940 4 87177235 Prob > F = 0.0000
Residual | 286356456 69 4150093.57 R-squared = 0.5491
-------------+------------------------------ Adj R-squared = 0.5230
Total | 635065396 73 8699525.97 Root MSE = 2037.2
------------------------------------------------------------------------------
price | Coef. Std. Err. t P>|t| [95% Conf. Interval]
-------------+----------------------------------------------------------------
mpg | -13.40719 72.10761 -0.19 0.853 -157.2579 130.4436
weight | 5.716181 1.016095 5.63 0.000 3.689127 7.743235
length | -92.48018 33.5912 -2.75 0.008 -159.4928 -25.46758
foreign | 3550.194 655.4564 5.42 0.000 2242.594 4857.793
_cons | 5515.58 5241.941 1.05 0.296 -4941.807 15972.97
------------------------------------------------------------------------------
. outreg2 using ols, word replace
(note: file ols.txt not found)
"ols.rtf"
seeout
. shellout using ols.rtf
COEFFICIENT | price |
| |
mpg | -13.41 |
| (72.1) |
weight | 5.716*** |
| (1.02) |
length | -92.48*** |
| (33.6) |
foreign | 3550*** |
| (655) |
Constant | 5516 |
| (5242) |
Observations | 74 |
R-squared | 0.55 |
这是上下显示的,请问有没有并列显示的命令?谢谢高手指教