reordering: Given a vector (or a matrix), returns an ordered vector (or a...

reorderingR Documentation

Given a vector (or a matrix), returns an ordered vector (or a matrix with ordered vectors)

Description

Given a ranking of M objects (or a matrix with M columns), it reduces it in "natural" form (i.e., with integers from 1 to M)

Usage

reordering(X)

Arguments

X

a ranking, or a ranking data matrix

Value

a ranking in natural form

Author(s)

Antonio D'Ambrosio antdambr@unina.it


ConsRank documentation built on April 15, 2025, 5:09 p.m.