dashmatrix {RPscoring} | R Documentation |
Dash Matrix
Description
Function to obtain the matrix of number of 1-1s, 1-2s, and so on.
Usage
dashmatrix(data)
Arguments
data |
dataset with competitors as rows and judges as columns |
Value
A matrix:
dashmatrix |
matrix of number of placements |
Examples
dashmatrix(testdata)
[Package RPscoring version 0.1.0 Index]