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/