Dear All, I run this Tobit model
and use (ssc install) "outreg2" command to collect the output, which is
.
I wonder if the content in red/green areas can be removed. Any suggestions are appreciated.
Code:
sysuse auto, clear gen wgt=weight/1000 // Censored from below tobit mpg wgt foreign, ll(17) outreg2 using "tobit", word excel dec(4) replace
I wonder if the content in red/green areas can be removed. Any suggestions are appreciated.

Comment