[R] rank() not doing really what I want
Henri-Paul Indiogine
hindiogine at gmail.com
Fri Oct 12 09:05:43 CEST 2012
Greetings!
I have the following vector already in decreasing order:
125, 124, 111, 108, 107, 107, 105, ....
I want to find out the rank, so I do the following:
rank(-x, ties.method="min")
Then I get the following:
1, 2, 3, 4, 5, 5, 7, ....
but that is not what I want. I want it to give:
1. ,2, 3, 4, 5 ,5, 6, ....
There should be no "jumps" in the sequence.
How would that be possible?
Thanks,
Henri-Paul
--
Henri-Paul Indiogine
Curriculum & Instruction
Texas A&M University
TutorFind Learning Centre
http://www.tutorfind.ca
Email: hindiogine at gmail.com
Skype: hindiogine
More information about the R-help
mailing list