-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
executable file
·116 lines (115 loc) · 3 KB
/
NAMESPACE
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# Generated by roxygen2: do not edit by hand
S3method("[",elo.adjust)
S3method("[",elo.k)
S3method("[",elo.mov)
S3method("[",elo.multiteam.matrix)
S3method("[",elo.players.matrix)
S3method("[",elo.regress)
S3method(as.data.frame,elo.run)
S3method(as.matrix,elo.players.matrix)
S3method(as.matrix,elo.run)
S3method(as.matrix,elo.run.regressed)
S3method(auc,elo.colley)
S3method(auc,elo.glm)
S3method(auc,elo.markovchain)
S3method(auc,elo.run)
S3method(auc,elo.running)
S3method(auc,elo.winpct)
S3method(elo.calc,default)
S3method(elo.calc,formula)
S3method(elo.prob,default)
S3method(elo.prob,elo.multiteam.matrix)
S3method(elo.prob,formula)
S3method(elo.update,default)
S3method(elo.update,formula)
S3method(favored,default)
S3method(favored,elo.colley)
S3method(favored,elo.glm)
S3method(favored,elo.markovchain)
S3method(favored,elo.run)
S3method(favored,elo.running)
S3method(favored,elo.winpct)
S3method(final.elos,elo.run)
S3method(final.elos,elo.run.regressed)
S3method(fitted,elo.colley)
S3method(fitted,elo.glm)
S3method(fitted,elo.markovchain)
S3method(fitted,elo.run)
S3method(fitted,elo.running)
S3method(fitted,elo.winpct)
S3method(is.na,elo.adjust)
S3method(is.na,elo.k)
S3method(is.na,elo.multiteam.matrix)
S3method(is.na,elo.players.matrix)
S3method(length,elo.k)
S3method(length,elo.multiteam.matrix)
S3method(length,elo.players.matrix)
S3method(mse,elo.colley)
S3method(mse,elo.glm)
S3method(mse,elo.markovchain)
S3method(mse,elo.run)
S3method(mse,elo.running)
S3method(mse,elo.winpct)
S3method(predict,elo.colley)
S3method(predict,elo.glm)
S3method(predict,elo.markovchain)
S3method(predict,elo.run)
S3method(predict,elo.run.multiteam)
S3method(predict,elo.run.regressed)
S3method(predict,elo.running)
S3method(predict,elo.winpct)
S3method(print,elo.colley)
S3method(print,elo.markovchain)
S3method(print,elo.run)
S3method(print,elo.run.regressed)
S3method(print,elo.winpct)
S3method(print,summary.elo.colley)
S3method(print,summary.elo.glm)
S3method(print,summary.elo.markovchain)
S3method(print,summary.elo.run)
S3method(print,summary.elo.winpct)
S3method(rank.teams,elo.colley)
S3method(rank.teams,elo.glm)
S3method(rank.teams,elo.markovchain)
S3method(rank.teams,elo.run)
S3method(rank.teams,elo.run.regressed)
S3method(rank.teams,elo.winpct)
S3method(residuals,elo.run)
S3method(summary,elo.colley)
S3method(summary,elo.glm)
S3method(summary,elo.markovchain)
S3method(summary,elo.run)
S3method(summary,elo.winpct)
S3method(weights,elo.players.matrix)
export(adjust)
export(brier)
export(elo.calc)
export(elo.colley)
export(elo.glm)
export(elo.markovchain)
export(elo.model.frame)
export(elo.prob)
export(elo.run)
export(elo.run.multiteam)
export(elo.update)
export(elo.winpct)
export(favored)
export(final.elos)
export(group)
export(is.score)
export(k)
export(mov)
export(mse)
export(multiteam)
export(neutral)
export(players)
export(rank.teams)
export(regress)
export(score)
importFrom(Rcpp,sourceCpp)
importFrom(pROC,auc)
importFrom(stats,fitted)
importFrom(stats,predict)
importFrom(stats,residuals)
importFrom(stats,weights)
useDynLib(elo)