elo (version 2.1.1)

auc.elo: Calculate AUC on an elo.run object

Description

Calculate AUC on an elo.run object

Usage

# S3 method for elo.run
auc(object, ...)

# S3 method for elo.glm auc(object, ...)

# S3 method for elo.running auc(object, running = TRUE, ...)

# S3 method for elo.markovchain auc(object, ...)

# S3 method for elo.winpct auc(object, ...)

# S3 method for elo.colley auc(object, ...)

Arguments

object

An object of class elo.run.

...

Other arguments (not used at this time).

running

logical, denoting whether to use the running predicted values.

Value

The AUC of the predicted Elo probabilities and the actual win results.

References

Adapted from code here: https://stat.ethz.ch/pipermail/r-help/2005-September/079872.html

See Also

pROC::auc, elo.run.