RPscoring (version 0.1.0)

resolveTies: 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

Run this code
# NOT RUN {
resolveTies(testdata, c(1,2), 1)
# }

Run the code above in your browser using DataLab