Bookmark and Share

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]

st: Display Variable Labels


From   Raphael Fraser <[email protected]>
To   [email protected]
Subject   st: Display Variable Labels
Date   Thu, 27 May 2010 10:52:48 -0500

foreach var of varlist pwvssn {
        ...
	display _newline(3) _column(4) as text "`var'"
	ta diag, sum(`var')
	...
	}


How can I display the variable label rather than the variable name?

Thanks,
Raphael
*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index