<>
And it is not just a -string- when you access it in Stata, so you can
process it further...
*******
sysuse auto, clear
reg price weight rep78
di "`likethis'"
di `likethis'
di `likethis'*2
*******
HTH
Martin
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Kit Baum
Sent: Sonntag, 8. November 2009 02:49
To: [email protected]
Subject: st: re: referencing eresult matrices
<>
. 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/