powered by
Given a ranking, it computes the score matrix as defined by Emond and Mason (2002)
kemenyscore(X)
the M by M score matrix
a ranking (must be a row vector or, better, a matrix with one row and M columns)
Antonio D'Ambrosio antdambr@unina.it
Kemeny, J and Snell, L. (1962). Mathematical models in the social sciences.
scorematrix The score matrix as defined by Emond and Mason (2002)
scorematrix
Y <- matrix(c(1,3,5,4,2),1,5) SM<-kemenyscore(Y) # Z<-c(1,2,3,2) SM2<-kemenyscore(Z)
Run the code above in your browser using DataLab