Learn R Programming

StatRank (version 0.0.6)

Evaluation.KendallTau: Calculates the Kendall Tau correlation between two ranks

Description

Calculates the Kendall Tau correlation between two ranks

Usage

Evaluation.KendallTau(rank1, rank2)

Arguments

rank1
two rankings. Order does not matter
rank2
two rankings. Order does not matter

Value

The Kendall Tau correlation

Examples

Run this code
rank1 <- scramble(1:10)
rank2 <- scramble(1:10)
Evaluation.KendallTau(rank1, rank2)

Run the code above in your browser using DataLab