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/