Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Decsending sort with stable option


From   Richard Williams <[email protected]>
To   [email protected]
Subject   Re: st: Decsending sort with stable option
Date   Mon, 05 Apr 2004 08:16:17 -0500

At 05:04 AM 4/5/2004 -0500, Dick Campbell wrote:
I need to sort a file and preserve the order of tied cases
within the sort key. I can do this with
sort x, stable,
but I need to be in descending order. Gsort
will do this, but does not have the stable option. Can
anyone suggest how to do this?
Does this do what you want?

gen x2 = -x
sort x2, stable

Or maybe

gen id = _n
qsort -x id


-------------------------------------------
Richard Williams, Notre Dame Dept of Sociology
OFFICE: (574)631-6668, (574)631-6463
FAX:    (574)288-4373
HOME:   (574)289-5227
EMAIL:  [email protected]
WWW (personal):    http://www.nd.edu/~rwilliam
WWW (department):    http://www.nd.edu/~soc

*
*   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