How to rank data in R rank a…

How to rank data in R.

rank(a)

Then how to rank the data in reverse order?

rand(-a)

Comments

Leave a Reply