dashmatrix: Dash Matrix

Description Usage Arguments Value Examples

View source: R/dashmatrix.R

Description

Function to obtain the matrix of number of 1-1s, 1-2s, and so on.

Usage

1

Arguments

data

dataset with competitors as rows and judges as columns

Value

A matrix:

dashmatrix

matrix of number of placements

Examples

1

Example output

     [,1] [,2] [,3] [,4] [,5] [,6] [,7] [,8]
[1,]    1    2    3    3    4    4    5    5
[2,]    0    1    1    1    2    3    4    5
[3,]    1    1    3    4    4    5    5    5
[4,]    0    2    3    3    4    4    4    5
[5,]    0    0    0    0    1    2    4    5
[6,]    2    2    2    2    3    4    4    5
[7,]    0    0    1    3    3    4    5    5
[8,]    1    2    2    4    4    4    4    5

RPscoring documentation built on July 1, 2020, 7:09 p.m.