I am having difficulty including in Outreg2 the mfx result of my Logit model. How to export to excel the value of "y = Pr (var1) (predict)"? because I can only export the marginal values for each variable, but not the result of the whole estimation.
Example:
sysuse auto, clear
logit foreign mpg rep78 head
mfx
Marginal effects after logit
y = Pr(foreign) (predict)
= .19906994 < ------> How to export this value using Outreg2?
Example:
sysuse auto, clear
logit foreign mpg rep78 head
mfx
Marginal effects after logit
y = Pr(foreign) (predict)
= .19906994 < ------> How to export this value using Outreg2?
Comment