You can do it by typing _b[varname]
In�s Butler
IERAL Fundaci�n Mediterr�nea
[email protected] <mailto:[email protected]>
www.ieral.org
(54 11) 4312 4114
-----Mensaje original-----
De: [email protected]
[mailto:[email protected]]En nombre de David Kantor
Enviado el: Tuesday, June 03, 2003 12:45 PM
Para: [email protected]
Asunto: st: ereturned matrices
Hi, everyone.
This is probably a trivial matter, but I can't figure it out.
(Stata 8.)
After a command such as -regress-, you get matrices returned in e(), such
as e(b).
I would like to refer to a particular element of e(b), but I can't seem to
do it directly. I can refer to the whole of e(b), but not to e(b)[1,4] or
el(e(b),1,4).
The only way I seem to be able to do it is to copy the whole matrix:
mat M = e(b)
Then I can refer to M[1,4] or el(M,1,4).
Is that the only way to do it?
Thanks to anyone who can help.
-- David
David Kantor
Institute for Policy Studies
Johns Hopkins University
[email protected]
410-516-5404
*
* 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/