rating_run | R Documentation |
Apply rating algorithm
rating_run(
method,
data,
formula,
r = numeric(0),
rd = numeric(0),
sigma = numeric(0),
init_r = numeric(0),
init_rd = numeric(0),
init_sigma = numeric(0),
lambda = numeric(0),
share = numeric(0),
weight = numeric(0),
kappa = numeric(0),
tau = numeric(0)
)
method |
one of |
data |
data.frame which contains columns specified in formula, and
optional columns defined by |
formula |
formula which specifies the model. RHS Allows only player
rating parameter and it should be specified in following manner:
Users can also specify formula in in different way:
|
r |
named vector of initial players ratings estimates. If not specified
then |
rd |
rd named vector of initial rating deviation estimates. If not specified
then |
sigma |
(only for glicko2) named vector of initial players ratings
estimates. If not specified then |
init_r |
initial values for |
init_rd |
initial values for |
init_sigma |
initial values for |
lambda |
name of the column in |
share |
name of the column in |
weight |
name of the column in |
kappa |
controls |
tau |
The system constant. Which constrains the change in volatility over
time. Reasonable choices are between 0.3 and 1.2 ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.