I'm using esttab / estout to report results of a left-censored tobit-regression.
The reported coefficients in tobit are different from the coefficients in esttab/ estout. I understand that esttab/estout use the e(b) coefficient vector. What is the difference between those two outputs?
My code:
My results: 

Already by focusing on female, respectively 1.sex, the results differ even in the sign.
Obviously there is a difference in the coefficients reported by tobit and those by estout. Any help is much appreciated.
The reported coefficients in tobit are different from the coefficients in esttab/ estout. I understand that esttab/estout use the e(b) coefficient vector. What is the difference between those two outputs?
My code:
Code:
* tobit regression tobit doninc_a ib1.sex age c.age#c.age d11107 hhgr /// ib3.casmin_comp ib2.*bbil_comp /// ib3.famstd_comp /// hgihinc_a_sqrsc c.hgihinc_a_sqrsc#c.hgihinc_a_sqrsc /// wealth c.wealth#c.wealth /// ib0.hvid, ll(0) eststo doninc_a * esttab estout doninc_a
Already by focusing on female, respectively 1.sex, the results differ even in the sign.
Obviously there is a difference in the coefficients reported by tobit and those by estout. Any help is much appreciated.
Comment