Dear All, I run this Tobit model
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
and use (ssc install) "outreg2" command to collect the output, which isArray .

I wonder if the content in red/green areas can be removed. Any suggestions are appreciated.