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: list x matrix
From
richard boylan <[email protected]>
To
[email protected]
Subject
Re: st: list x matrix
Date
Sun, 28 Mar 2010 11:06:52 -0500
Thanks. Although this seems to me just like the solution that Scott
Merryman suggested, where one uses the Mata functions instead of mkmat
& svmat. I guess the advantage of this is that Mata handles larger
matrices and is faster.
On Sat, Mar 27, 2010 at 7:44 PM, Kit Baum <[email protected]> wrote:
> <>
> Easily done in Mata, per Bill Gould's latest Mata Matters column in Stata Journal:
>
> sysuse auto, clear
> putmata x=(price mpg turn), replace
> mata:
> z = x * (11 \ 22 \ 33)
> end
> getmata z
>
>
> 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/