DistanceBlock {rankdist} | R Documentation |
Calculate Kendall distance between one ranking and a matrix of rankings
Description
Calculate Kendall distance between one ranking and a matrix of rankings
Usage
DistanceBlock(mat, r)
Arguments
mat |
a matrix of rankings. Each row stores a ranking. |
r |
a single ranking |
Value
a vector of Kendall distances
[Package rankdist version 1.1.4 Index]