polyplot | R Documentation |
Plot rankings a permutation polytope that is the geometrical space of preference rankings. The plot is available for 3 or for 4 objects
polyplot(X = NULL, L = NULL, Wk = NULL, nobj = 3)
X |
the sample of rankings. Most of the time it is returned by tabulaterows |
L |
labels of the objects |
Wk |
frequency associated to each ranking |
nobj |
number of objects. It must be either 3 or 4 |
polyplot() plots the universe of 3 objecys. polyplot(nobj=4) plots the universe of 4 objecys.
the permutation polytope
Antonio D'Ambrosio antdambr@unina.it and Sonia Amodio sonia.amodio@unina.it
Thompson, G. L. (1993). Generalized permutation polytopes and exploratory graphical methods for ranked data. The Annals of Statistics, 1401-1430. # Heiser, W. J., and D'Ambrosio, A. (2013). Clustering and prediction of rankings within a Kemeny distance framework. In Algorithms from and for Nature and Life (pp. 19-31). Springer International Publishing.
tabulaterows
frequency distribution for ranking data.
polyplot()
#polyplot(nobj=4)
data(BU)
polyplot(BU[,1:3],Wk=BU[,4])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.