elo.auc {elo} | R Documentation |
elo.run
objectCalculate AUC on an elo.run
object
## S3 method for class 'elo.run' auc(object, ...) ## S3 method for class 'elo.glm' auc(object, ...) ## S3 method for class 'elo.running' auc(object, running = TRUE, ...) ## S3 method for class 'elo.markovchain' auc(object, ...) ## S3 method for class 'elo.winpct' auc(object, ...)
object |
An object of class |
... |
Other arguments (not used at this time). |
running |
logical, denoting whether to use the running predicted values. |
The AUC of the predicted Elo probabilities and the actual win results.
Adapted from code here: https://stat.ethz.ch/pipermail/r-help/2005-September/079872.html