Hello to all,
I have 2 logistic models of which I have exported without problems the regressions in Excel. The commands used were:
However, I'd like to also export the marginal effects and the elasticity of these models to the same Excel file. I have tried to do the following:
1. For the marginal effects:
2. For the elasticities
In both cases gives me error. Use the STATA 13.
I would be very grateful for your support
I have 2 logistic models of which I have exported without problems the regressions in Excel. The commands used were:
Code:
logit BTProp pobrelogit outreg2 using "C:\Users\Luisa Amanda Lòpez M\Desktop\b.xls", replace dec(3) excel logit ProgSoc pobrelogit outreg2 using "C:\Users\Luisa Amanda Lòpez M\Desktop\b.xls", append dec(3) excel
1. For the marginal effects:
Code:
margins, dydx( pobrelogit) outreg2 using "C:\Users\Luisa Amanda Lòpez M\Desktop\b.xls", append ctitle(Logit Marg) stat(dy/dx)
Code:
margins, eyex( pobrelogit) outreg2 using "C:\Users\Luisa Amanda Lòpez M\Desktop\b.xls", append ctitle(Logit Elast) stat(ey/ex)
I would be very grateful for your support
Comment