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

Re: st: estout with probit mfx


From   Patricia Sourdin <[email protected]>
To   [email protected]
Subject   Re: st: estout with probit mfx
Date   Sat, 9 Apr 2005 09:13:29 +0930

thank you.  i'll try.



Quoting "Tamas Bartus (tbartus)" <[email protected]>:

> 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/
>


*
*   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