Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: re: checking matrix column names


From   Kit Baum <[email protected]>
To   [email protected]
Subject   st: re: checking matrix column names
Date   Tue, 25 Sep 2007 11:07:57 -0400

Christian said
When Stata estimates _beta, it gives names to the columns of that vector. Is there a way to retrieve--not change--the names of the columns?


After regress (or other est commands),

mat b = e(b)
local names: colnames b
display "`names'"

Kit

Kit Baum, Boston College Economics and DIW Berlin
http://ideas.repec.org/e/pba1.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/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index