.sincon {EloRating} | R Documentation |
strength of inconsistencies
Description
calculate strength of inconsistencies
Usage
.sincon(mat)
Arguments
mat |
square interaction matrix with winner in rows and losers in columns, for example the output from |
Details
helper function for ISI
Value
integer, the summed strength of inconsistencies in the matrix
Author(s)
Christof Neumann
References
de Vries H (1998). “Finding a dominance order most consistent with a linear hierarchy: a new procedure and review.” Animal Behaviour, 55, 827-843. doi:10.1006/anbe.1997.0708.
Examples
data(bonobos)
EloRating:::.sincon(bonobos)
[Package EloRating version 0.46.18 Index]