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

Re: st: sort


From   "NEYMOTIN, FLORENCE" <[email protected]>
To   [email protected]
Subject   Re: st: sort
Date   Tue, 28 Jun 2005 14:26:45 -0700

I didn't want to drop anything...so I couldn't use your code. I ended up just creating variables using gsort to keep track of the sorting ordering. In case you're wondering, I wanted to do this because I need to make a matrix with the 50th largest value of x1 and the 50th largest value of x2, etc., and I'm not trying to match up the variables, just isolate particular values of EACH seperate variable. Thanks!
f

On Tue, 28 Jun 2005 16:19:50 -0500
Richard Williams <[email protected]> wrote:

At 02:05 PM 6/28/2005 -0700, NEYMOTIN, FLORENCE wrote:
is there a way to sort just ONE variable without changing the rest of the dataset? i.e. I want to sort EACH variable seperately and leave the rest of the dataset the same...
thanks,
Florence
This is one of those questions that makes you curious why somebody would want to do that (but then again I ask lots of questions like that)... How about something like

use dataset
keep sortvar
sort sortvar
ren sortvar sortedvar
merge using dataset



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