Dear All, After running logistic regressions, how can I export the results, in terms of (1) coefficients, (2) marginal effects, and (3) odd ratios, in a table to Word file using (ssc install) outreg2? Please see the following:
Code:
sysuse auto, clear
logit foreign price mpg weight, robust
outreg2 using "logit", word dec(4) ctitle(Coefficients) replace