DistanceMatrix: Calculate Kendall distance matrix between rankings

Description Usage Arguments Value

View source: R/rankdist.R

Description

Calculate Kendall distance matrix between rankings

Usage

1
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.


rankdist documentation built on July 28, 2019, 1:02 a.m.