|
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
Re: st: sorting with tabdisp
Dear Maarten,
thanks but I guess I expressed myself badly:
In
tabdisp name yr, cellvar(var)
I want to order name (i.e. the rows) according to the values
of cellvar in the first column.
Thanks,
thomas
Maarten buis wrote:
--- Thomas <[email protected]> wrote:
given the following table:
tabdisp name yr, cellvar(var)
I would like to sort the data in the cells on the
first column, i.e. the first year in my panel.
If I understand you correctly than you want the columns in the example
below to be in order (1 2 3 4 5 .). As you can see -tabdisp- already
does that. One possible reason why -tabdisp- may appear not to do so is
when value labels are attached to the values of yr (rep78 in the
example below) and the order of the values is not the same as the
"order" of the value labels. Stata looks at the values and displays the
labels, so the categories appear out of order. If this is the case you
can take a look at the -axis()- function in the -egenmore- package
downloadable from -ssc-.
Hope this helps,
Maarten
*--------- begin example -------------
sysuse auto, clear
contract foreign rep78
tabdisp foreign rep78, cellvar(_freq)
*--------- end example ---------------
(For more on how to use examples I sent to the Statalist, see
http://home.fsw.vu.nl/m.buis/stata/exampleFAQ.html )
-----------------------------------------
Maarten L. Buis
Department of Social Research Methodology
Vrije Universiteit Amsterdam
Boelelaan 1081
1081 HV Amsterdam
The Netherlands
visiting address:
Buitenveldertselaan 3 (Metropolitan), room Z434
+31 20 5986715
http://home.fsw.vu.nl/m.buis/
-----------------------------------------
__________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com
*
* 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/
--
________________________________
Thomas Triebs
email: [email protected]
PhD Candidate
Judge Business School
University of Cambridge
Member of the Electricity Policy
Reseach Group
www.electricitypolicy.org.uk
*
* 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/