-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·31 lines (31 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: elo
Version: 3.0.2.9000
Title: Ranking Teams by Elo Rating and Comparable Methods
Date: 2023-10-04
Authors@R: c(
person("Ethan", "Heinzen", email = "[email protected]", role = c("aut", "cre"))
)
Description: A flexible framework for calculating Elo ratings and resulting
rankings of any two-team-per-matchup system (chess, sports leagues, 'Go',
etc.). This implementation is capable of evaluating a variety of matchups,
Elo rating updates, and win probabilities, all based on the basic Elo
rating system. It also includes methods to benchmark performance,
including logistic regression and Markov chain models.
Depends:
R (>= 3.6.0),
stats
Imports:
Rcpp,
pROC
Suggests:
knitr,
testthat,
rmarkdown
VignetteBuilder: knitr
License: GPL (>= 2)
URL: https://github.com/eheinzen/elo, https://cran.r-project.org/package=elo, https://eheinzen.github.io/elo/
BugReports: https://github.com/eheinzen/elo/issues
RoxygenNote: 7.2.3
LazyData: true
LinkingTo: Rcpp
Encoding: UTF-8