Date: Fri, 27 Apr 2007 01:30:59 -0400
Reply-To: Zach Peery <zpeery@NATURE.BERKELEY.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Zach Peery <zpeery@NATURE.BERKELEY.EDU>
Subject: Trouble with proc rank
Hi All,
Have:
var1
1
1
15
30
30
30
Want:
rankvar1
1
1
2
3
3
3
The closest I come with proc rank is using the ties=low option is:
1
1
3
4
4
4
but this doesn't help much.
Thanks - ZAch
|