Learn R Programming

StatRank (version 0.0.6)

Evaluation.LocationofWinner: Calculates the location of the True winner in the estimated ranking

Description

Calculates the location of the True winner in the estimated ranking

Usage

Evaluation.LocationofWinner(EstimatedRank, TrueRank)

Arguments

EstimatedRank
estimated ranking
TrueRank
true ranking

Value

The location of the true best in the estimated rank

Examples

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

Run the code above in your browser using DataLab