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