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