蓝色 发表于 2018-1-31 18:04 
看outreg2帮助里面的的
example9
我知道如何解决了,谢谢~
qui reg y x1 x2 x3
est store m1
lincom x1+x2
local joint1=r(estimate)
outreg2 using "myfile", adds (joint, `joint1') replace see
qui reg y x1 x2 x4
est store m2
lincom x1+x2
local joint2=r(estimate)
outreg2 using "myfile", adds (joint, `joint2') see
分别outreg,第二次只要把replace去掉就会自动在m1后面添加新的一列m2