Hi everybody,
I want to report to t-stats using the outreg2 command, knowing that I'm running my regression by groups of firms. I used the following do. file but it's not working well
Thanks.
I want to report to t-stats using the outreg2 command, knowing that I'm running my regression by groups of firms. I used the following do. file but it's not working well
Code:
use "myfile.dta",clear tsset Firms year bysort group: regress y x controlvariables bysort group: outreg2 using "teststatistic.doc", stats(coef tstat)

Comment