Learn R Programming

EloRating (version 0.46.11)

.diffmat: difference matrix

Description

difference matrix

Usage

.diffmat(mat)

Value

a matrix with ranking differences assuming that the matrix reflects the order. This information is contained in the upper triangle of the returned matrix.

Arguments

mat

square interaction matrix with winner in rows and losers in columns, for example the output from creatematrix

Author

Christof Neumann

Details

helper function for ISI

Examples

Run this code
data(bonobos)
EloRating:::.diffmat(bonobos)

Run the code above in your browser using DataLab