Hi,
I am trying to store my marginal effects coefficient results following a Logit regression in a table using the outreg2 command. However, the table produced includes the normal coefficients, which I do not want. The code I have used is pasted below. Does anyone know how I can store the marginal effect coefficients?
logit poverty union, r
margins, dydx(*)
outreg2 using logitresults1, replace excel dec(3)
Thanks.
I am trying to store my marginal effects coefficient results following a Logit regression in a table using the outreg2 command. However, the table produced includes the normal coefficients, which I do not want. The code I have used is pasted below. Does anyone know how I can store the marginal effect coefficients?
logit poverty union, r
margins, dydx(*)
outreg2 using logitresults1, replace excel dec(3)
Thanks.
Comment