qrank: Quantile ranks of a vector

View source: R/transform.R

qrankR 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)

renkun-ken/formattable documentation built on Dec. 7, 2024, 10:19 p.m.