Learn R Programming

formattable (version 0.2.1)

qrank: Quantile ranks of a vector

Description

The quantile rank of a number in a vector is the relative position of ranking resulted from rank divided by the length of vector.

Usage

qrank(x, ...)

Arguments

x

a vector

...

additional parameters passed to rank

See Also

rank

Examples

Run this code
# NOT RUN {
qrank(mtcars$mpg)
# }

Run the code above in your browser using DataLab