Learn R Programming

elo (version 2.0.0)

elo.favored: Classify teams that are favored to win

Description

Classify teams that are favored to win

Usage

favored(x, ...)

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

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

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

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

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

# 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 in use at this time).

running

logical, denoting whether to use the running predicted values.

p.A

A vector of predicted win probabilities.