-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_pkgdown.yml
46 lines (45 loc) · 872 Bytes
/
_pkgdown.yml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
destination: docs
reference:
- title: "Basic Elo Calculations"
contents:
- elo.prob
- elo.update
- elo.calc
- title: "Running Elo Calculations"
contents:
- elo.run
- elo.run.multiteam
- title: Formula Specials
contents:
- k
- mov
- score
- title: "Comparison Methods"
contents:
- elo.glm
- elo.winpct
- elo.markovchain
- elo.colley
- title: "Model Assessment"
contents:
- auc.elo
- mse
- favored
- rank.teams
- summary.elo
- fitted.elo
- predict.elo
- title: "Other helpful utilities"
contents:
- final.elos
- tournament
- tournament.multiteam
- elo.model.frame
- elo
articles:
- title: "Vignettes"
navbar: ~
contents:
- intro
- running_elos
- comparison_methods