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