powered by
Predict rating model
# S3 method for rating predict(object, newdata, ...)
probabilities of winning challenge by player over his opponent in all provided events.
of class rating
data.frame with data to predict
optional arguments
glicko <- glicko_run( data = gpheats[1:16, ], formula = rank | id ~ player(rider) ) predict(glicko, gpheats[17:20, ])
Run the code above in your browser using DataLab