Hi, I'm performing an ordered logist regression:
However when I use esttab to export the results the coefficient reported ar not in odd ratios.
I tryed to perform the regression without eststo
and I optain odd ratios, Can you please me help to export the output in odd ratios?
Thank you for your attention
Code:
eststo: quietly ologit In_sat i.migrant_groupw1 fulltime employee c.age##c.age i.education i.sex i.activity i.occupation i.Married i.year i.Countryoforign i.region_name if working==1, vce(cluster region_name) or
I tryed to perform the regression without eststo
Code:
ologit In_sat i.migrant_groupw1 fulltime employee c.age##c.age i.education i.sex i.activity i.occupation i.Married i.year i.Countryoforign i.region_name if working==1, vce(cluster region_name) or
Thank you for your attention
Comment