{ranking} R# Documentation

ranking


require(R);

{$desc_comments}
imports "ranking" from "REnv";



.NET clr function exports
rank

Sample Ranks

Returns the sample ranks of the values in a vector. Ties (i.e., equal values) and missing values can be handled in several ways.

order

Ordering Permutation

order returns a permutation which rearranges its first argument into ascending or descending order, breaking ties by further arguments. sort.list is the same, using only one argument.


[Document Index]