Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: margeff: how can I save coefficient vector and std-err.?


From   Sabrina Carrossa <[email protected]>
To   [email protected]
Subject   st: margeff: how can I save coefficient vector and std-err.?
Date   Wed, 25 Nov 2009 19:48:42 +0100

Dear all,

I need to save the coefficient vector and std-err obteined by a margeff command.

For example, if I use a mfx command I can store my result in the following way:

capture:logit y x1 x2 x3 xn
mfx
matrix B= e(Xmfx_dydx)
matrix SE= e(Xmfx_se_dydx)

svmat B
svmat SE

how can I obtain the same result after the margeff command? What is
the name of the matrix e() where these results are saved?

Thanks!


-- 
sabrina
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   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