Description Usage Arguments Details Value Note References See Also
An R function providing fast ranking for numeric vectors, assigning tied values the average rank.
1 |
x |
A vector of numeric (double) values to rank |
There is still a bit of overhead in calling this method. If you really want
the fastest interface, then call ..Internal(rank(...)) function
directly.
A numeric vector of ranks of values in x, with length
the same as length(x). Ties are broken by giving entries the
average rank of the tied entries.
The vector must not include NAs or NaNs. This is **not** checked.
https://github.com/douglasgscofield/fastrank
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.