tau_x | R Documentation |
Tau exstension is a new rank correlation coefficient defined by Emond and Mason (2002)
tau_x(X, Y = NULL)
Tau_X(X, Y = NULL)
X |
a M by N data matrix, in which there are N judges and M objects to be judged. Each row is a ranking of the objects which are represented by the columns. If there is only X as input, the output is a square matrix containing the Tau_X rcc. |
Y |
A row vector, or a n by M data matrix in which there are n judges and the same M objects as X to be judged. |
Tau_x rank correlation coefficient
Antonio D'Ambrosio antdambr@unina.it
Emond, E. J., and Mason, D. W. (2002). A new rank correlation coefficient with application to the consensus ranking problem. Journal of Multi-Criteria Decision Analysis, 11(1), 17-28.
kemenyd
Kemeny distance
iw_tau_x
item-weighted tau_x rank correlation coefficient
data(BU)
RD<-BU[,1:3]
Tau<-tau_x(RD)
Tau1_3<-tau_x(RD[1,],RD[3,])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.