elo (version 3.0.2)

favored.elo: Classify teams that are favored to win

Description

Classify teams that are favored to win

Usage

favored(x, ..., subset = TRUE)

# S3 method for elo.run favored(x, ..., subset = TRUE)

# S3 method for elo.glm favored(x, ..., subset = TRUE)

# S3 method for elo.running favored(x, running = TRUE, discard.skipped = FALSE, ..., subset = TRUE)

# S3 method for elo.markovchain favored(x, ..., subset = TRUE)

# S3 method for elo.winpct favored(x, ..., subset = TRUE)

# S3 method for elo.colley favored(x, ..., subset = TRUE)

# S3 method for default favored(x, p.A, ...)

Arguments

x

An object from elo.run or elo.glm, or for the default method a vector representing wins.A.

...

Other arguments (not used at this time).

subset

(optional) A vector of indices on which to calculate

running

logical, denoting whether to use the running predicted values.

discard.skipped

Logical, denoting whether to ignore the skipped observations in the calculation

p.A

A vector of predicted win probabilities.