elo.favored {elo}R Documentation

Classify teams that are favored to win

Description

Classify teams that are favored to win

Usage

favored(x, ...)

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

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

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

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

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

## Default S3 method:
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.


[Package elo version 2.0.0 Index]