powered by
From ordering to rank. IMPORTANT: check which symbol denotes tied rankings in the X matrix
order2rank(X, TO = "{", TC = "}")
a ranking or a matrix of rankings:
A ordering or a matrix containing orderings
symbol indicating the start of a set of items ranked in a tie
symbol indicating the end of a set of items ranked in a tie
Antonio D'Ambrosio antdambr@unina.it
data(APAred) ord=rank2order(APAred) #transform rankings into orderings ran=order2rank(ord) #transform the orderings into rankings
Run the code above in your browser using DataLab