resolveTies {RPscoring} | R Documentation |
Resolve Ties
Description
Function to resolve ties between competitors.
Usage
resolveTies(data, contestants, column)
Arguments
data |
dataset with competitors as rows and judges as columns |
contestants |
vector with which contestant numbers to resolve ties for |
column |
column of the dash matrix to begin with |
Value
A list:
winnerfound |
method by which winner was found |
winner |
vector with whom the winners were |
Examples
resolveTies(testdata, c(1,2), 1)
[Package RPscoring version 0.1.0 Index]