powered by
Summarizing rating objects Summary for object of class rating
rating
# S3 method for rating summary(object, ...)
List with following elements:
formula modeled formula.
formula
method type of algorithm used.
method
Overall Accuracy named vector containing players ratings.
Overall Accuracy
r a data.frame with summarized players ratings and model winning probabilities.
r
data.frame
Probabilities are returned only in models with one variable (ratings):
name of a player
name
r players ratings
rd players ratings deviation
rd
Model probability mean predicted probability of winning the challenge by the player.
Model probability
True probability mean observed probability of winning the challenge by the player.
True probability
Accuracy Accuracy of prediction.
Accuracy
pairings number of pairwise occurrences.
pairings
of class rating
optional arguments
model <- glicko_run( formula = rank | id ~ player(rider), data = gpheats[1:102, ] ) summary(model)
Run the code above in your browser using DataLab