sysuse auto, clear
reg pr we rep tu tr
lincom weight+trunk
local coef=r(estimate)
local se=r(se)
local t '='coef'/'se''
outreg2 using myfile, addstat("estimate", 'coef', "standard error", 'se', "t statistic", 't')
seeout using "myfile.txt"
报错,'coef' invalid name
请问如何修改?


雷达卡





京公网安备 11010802022788号







