How to output the Margins of logit regression? I am using the following commands but the output table in latex for both logit and margin is coming to same i.e. equal to the logit regression .:
logit e401k inc age male
eststo model6
esttab model6 using model6.tex, replace
*Margins
margins, dydx(*)
eststo model7
esttab model7 using model7.tex, replace
logit e401k inc age male
eststo model6
esttab model6 using model6.tex, replace
*Margins
margins, dydx(*)
eststo model7
esttab model7 using model7.tex, replace
Comment