combineRankings function

the least upper bound on a pair of rankings

the least upper bound on a pair of rankings

combineRankings(r1, r2)

Arguments

  • r1, r2: numeric vectors

Returns

the most complete (but possibly partial) ranking which is consistent with both r1 and r2. Uses 'ties.method="min"'

Examples

combineRankings( c(3,1,2), c(2,1,3) )
  • Maintainer: Clark Thomborson
  • License: GPL (>= 2)
  • Last published: 2024-10-05