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

RE: st: sort


From   Richard Williams <[email protected]>
To   [email protected]
Subject   RE: st: sort
Date   Wed, 29 Jun 2005 12:14:28 -0500

At 05:48 PM 6/29/2005 +0100, Nick Cox wrote:
Quite so. Thanks,

Nick
[email protected]
Your -cosort- routine is easier if a bunch of variables are involved. This seems to do the trick too:

foreach var of varlist * {
egen s_`var' = clsort(`var')
}

This preserves the original data, if for some reason you need both the original and sorted data together in the same file. (Not sure why you would though, other than maybe the convenience of having one file rather than 2).


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