qmdrank: Equivalent to rank(x, ties.method = "max") but not as...

View source: R/util.R

qmdrankR Documentation

Equivalent to rank(x, ties.method = "max") but not as stupidly slow

Description

Equivalent to rank(x, ties.method = "max") but not as stupidly slow

Usage

qmdrank(x)

Arguments

x

A numeric vector

Value

An integer vector specifying for each value in x the rank within x. If one value appears multiple time the maximum is used.


qmd documentation built on Aug. 22, 2022, 5:07 p.m.

Related to qmdrank in qmd...