rank2order | R Documentation |
From ranking to ordering. IMPORTANT: check which symbol denotes tied rankings in the X matrix
rank2order(X, items = NULL, TO = "{", TC = "}", itemtype = "L")
X |
A ordering or a matrix containing orderings |
items |
items to be placed into the ordering matrix. Default are the |
TO |
symbol indicating the start of a set of items ranked in a tie |
TC |
symbol indicating the end of a set of items ranked in a tie |
itemtype |
to be used only if items=NULL. The default value is "L", namely |
a ordering or a matrix of orderings:
out | ranking or matrix of rankings |
Antonio D'Ambrosio antdambr@unina.it
data(APAred)
ord<-rank2order(APAred)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.