Dear all, I would like to report the sum of coefficient of interaction term and normal variables, in my regression (capex roa mv emp lev cov sale are just normal variables) and fin is dummy variable as following code
Code:
reg co3t capex roa mv emp lev cov sale fin fincap finmv finroa finemp finlev fincov finsale
and after that I use
Code:
test capex + fincap = 0
estore c1
test cov + fincov = 0
estore c2
. . . until c7
However after I use
outreg2 [c*] using testb1b3.xls, append ctitle(OLS)
The result have 14 OLS regression which confused me. So my question is How can I report the t-stat of sum of coefficient in journal.
The result of 14 OLS regression is attached as the following.

Thank you in advance
Array