DistanceMatrix {rankdist}R Documentation

Calculate Kendall distance matrix between rankings

Description

Calculate Kendall distance matrix between rankings

Usage

DistanceMatrix(ranking)

Arguments

ranking

a matrix of rankings

Value

Kendall distance matrix between rankings. The value in ith row and jth column is the Kendall distance between the ith and jth rankings.


[Package rankdist version 1.1.4 Index]