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: AW: list output transpose
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
st: AW: list output transpose
Date
Thu, 11 Mar 2010 10:17:59 +0100
<>
What do you want the second column to show? (What is " labelled output in
the value-column."?)
I recommend you apply the latest update (09mar2010) to Stata via -update
all- and apply the brand new -desc, replace clear- command which gives you
the variable labels in no time...
HTH
Martin
-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von Joerg
Eulenberger
Gesendet: Donnerstag, 11. März 2010 10:08
An: [email protected]
Betreff: st: list output transpose
Dear statalisters,
i search a possibility to transpose the list-output for an
individual-analysis. The origin dataset have over 4000 variables.
The dataset include numeric and string variables.
*****************
sysuse auto, clear
foreach var of varlist * {
char `var'[varname] "`: var label `var''"
}
keep in 1
list, noobs subvarname abbreviate(33)
?????????????????????????????
*****************
and now, i search a possibility to transpose the outputtable.
A table with two columns and a row for each variable.
With subvarname in the label-column and labelled output in the value-column.
Thanks,
Jörg
*
* 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/