Description
Animal Dominance Hierarchies by Elo Rating
Description
Provides functions to quantify animal dominance hierarchies. The major focus is on Elo rating and its ability to deal with temporal dynamics in dominance interaction sequences. For static data, David's score and de Vries' I&SI are also implemented. In addition, the package provides functions to assess transitivity, linearity and stability of dominance networks. See Neumann et al (2011) <doi:10.1016/j.anbehav.2011.07.016> for an introduction.
README.md
EloRating
currently on CRAN:
To install the current development version from GitHub, use the following command:
devtools::install_github("gobbios/EloRating")
Since version 0.45-0, the package contains C++ code, which means that you need to have some extra tools installed on your system if you want to install the package directly from GitHub:
Windows: Rtools from https://cran.r-project.org/bin/windows/Rtools/
Mac: Xcode from the App Store
If you want to have a pdf of the tutorial, please use:
devtools::install_github("gobbios/EloRating", build_vignettes=TRUE)