lowerBound {RankAggregator} | R Documentation |
Lower bound value
Description
This function is called by RankAggregator
::consensusRanking
.
The lower bound is the absolute lowest value a complete candidate ranking
could attain. Note, this value is not always achievable, so may differ
from the value returned by upperBound
.
For each pair of \code{Item}s, there are three possible calculations, depending on whether both \code{Item}s are in the \code{partial.ranking}, one is in and the other is out the \code{partial.ranking}, or both are not in the \code{partial.ranking}.
Usage
lowerBound(umat, partial.ranking)
Arguments
umat |
a |
partial.ranking |
a vector of rank positions
for each |
Value
A numeric value for the lower bound of a partial.ranking
[Package RankAggregator version 0.0.1 Index]