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

Description Usage Arguments Value Examples

View source: R/Evaluation.R

Description

Calculates the location of the True winner in the estimated ranking

Usage

1
Evaluation.LocationofWinner(EstimatedRank, TrueRank)

Arguments

EstimatedRank

estimated ranking

TrueRank

true ranking

Value

The location of the true best in the estimated rank

Examples

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

StatRank documentation built on May 1, 2019, 8:22 p.m.