qrank {formattable}R Documentation

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

qrank(mtcars$mpg)

[Package formattable version 0.2.1 Index]