singleOutcome: Generate New Elo Scores from a Single Dyadic Interaction

Description Usage Arguments Value References

Description

Takes the elo score of two individuals as well as their rating adjustments and generates new scores based on the methods of Neumann et al 2011

Usage

1
singleOutcome(R1, R2, out, k1, k2, minThresh = 100, ...)

Arguments

R1

Current score of player.1.

R2

Current score of player.2.

out

either 1 player 1 wins, -1 player 2 wins, or 0 tie

kA

the k factor for player 1

kB

the k factor for player 2

minThresh

the minimum value of any players score

Value

a vector with player 1's and 2's new scores

References

Neumann et al (2011) Assessing Dominance Hierarchies. Animal Behaviour


nmmarquez/linHierarchy documentation built on May 23, 2019, 9:28 p.m.