DCindex | R Documentation |
calculate Directional Consistency Index
DCindex(interactionmatrix)
interactionmatrix |
square interaction matrix with winner in rows and losers in columns, for example the output from |
numeric value, the DCI
Christof Neumann
vanhooff1987EloRating
data(adv)
SEQ <- elo.seq(winner = adv$winner, loser = adv$loser, Date = adv$Date)
mat <- creatematrix(SEQ)
DCindex(mat)
# or directly from a matrix
data(bonobos)
DCindex(bonobos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.