Note that you lose a lot of precision if you just type
. mata:st_local("likethis",strofreal(st_matrix("e(b)")[1,1]))
This might be a problem if you intend to use -likethis- for further
computations. Use something like -strofreal(st_matrix("e(b)")[1,1],
"%20.0g")- to preserve precision. (Or use use a scalar instead of a
local.)
ben
On Sun, Nov 8, 2009 at 2:48 AM, Kit Baum <[email protected]> wrote:
> <>
>
> . mata:st_local("likethis",strofreal(st_matrix("e(b)")[1,1]))
>
> . di "`likethis'"
> -.3238453
>
>
> Any way to process this value further/drag it back into Stata?
>
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Austin Nichols
> Sent: Samstag, 7. November 2009 18:17
> To: [email protected]
> Subject: Re: st: referencing eresult matrices
>
> One way:
> mata:st_matrix("e(b)")[1,1]
>
> 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/
>
*
* 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/