Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: estout with probit mfx


From   "Tamas Bartus (tbartus)" <[email protected]>
To   [email protected]
Subject   Re: st: estout with probit mfx
Date   Fri, 08 Apr 2005 12:33:25 +0200

Patricia Sourdin <[email protected]> asks
> I have estimated a probit model and marginal effects.  These are
> the commands
> i use:
> probit y x1 x2 x3
> mfx
> estimates store mfx
> estout mfx using Myoutput, cells (b(fmt(%9.4f)) se(par fmt(%9.2f)))
>
> Prolem is, the output does not display the marginal effects, only
> the raw coefficients.  Any tricks I should be aware of?

You may try my margeff command, because it can save marginal effects as
true estimation results. Your code would read as follows:

probit y x1 x2 x3
margeff, at(mean) replace
estimates store margeff
estout margeff using Myoutput, cells (b(fmt(%9.4f)) se(par fmt(%9.2f)))

You can obtain margeff through the ssc archive. Type ssc install margeff

Hopes this helps,

Tamas
------------------------------------------------

Tamas Bartus, PhD
Associate Professor, Department of Sociology and Social Policy
Corvinus University Budapest
(formerly University of Economics)
1093 Budapest, Fovam ter 8.
Phone: +36-1-4825-226         Fax:   +36-1-4825-226
Homepage: www.uni-corvinus.hu/bartus



*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index