predict.rating | R Documentation |
Predict rating model
## S3 method for class 'rating'
predict(object, newdata, ...)
object |
of class rating |
newdata |
data.frame with data to predict |
... |
optional arguments |
probabilities of winning challenge by player over his opponent in all provided events.
glicko <- glicko_run(
data = gpheats[1:16, ],
formula = rank | id ~ player(rider)
)
predict(glicko, gpheats[17:20, ])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.