Statalist


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

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


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   st: RE: margeff: how can I save coefficient vector and std-err.?
Date   Wed, 25 Nov 2009 20:10:00 +0100

<>

*******
sysuse auto, clear
logit for pr we l
margeff, at(mean) replace
matrix B= e(margeff_b)
matrix SE= e(margeff_V)
*******


HTH
Martin

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Sabrina Carrossa
Sent: Mittwoch, 25. November 2009 19:49
To: [email protected]
Subject: st: margeff: how can I save coefficient vector and std-err.?

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/

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