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