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
Kit Baum <[email protected]>
To
[email protected]
Subject
re: st: list x matrix
Date
Sat, 27 Mar 2010 20:44:07 -0400
<>
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/