Learn R Programming

rankdist (version 1.1.0)

DistanceMatrix: 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.