Evaluation.LocationofWinner {StatRank}R Documentation

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

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

[Package StatRank version 0.0.6 Index]