combineRankings {SafeVote}R Documentation

the least upper bound on a pair of rankings

Description

the least upper bound on a pair of rankings

Usage

combineRankings(r1, r2)

Arguments

r1, r2

numeric vectors

Value

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) )

[Package SafeVote version 1.0.0 Index]