Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


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

Re: st: RE: create local from element of matrix e(b)


From   Christopher Baum <[email protected]>
To   "[email protected]" <[email protected]>
Subject   Re: st: RE: create local from element of matrix e(b)
Date   Fri, 15 Oct 2010 08:58:24 -0400

<>
On Oct 15, 2010, at 2:33 AM, Nick wrote:

> I know of a two-line solution
> 
> mat b = e(b)
> local bw = b[1,1]
> 
> and I too would be interested to hear of a shorter one.

perhaps not shorter in terms of typing, but

mata: st_local("bw",strofreal(st_matrix("e(b)")[1,1]))

Kit

Kit Baum   |   Boston College Economics & DIW Berlin   |   http://ideas.repec.org/e/pba1.html
                              An Introduction to Stata Programming  |   http://www.stata-press.com/books/isp.html
   An Introduction to Modern Econometrics Using Stata  |   http://www.stata-press.com/books/imeus.html


*
*   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–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index