summary.elo.winpct {elo}R Documentation

Summarize an elo.winpct Object

Description

Summarize an elo.winpct Object

Usage

## S3 method for class 'elo.winpct'
summary(object, ...)

Arguments

object

An object resulting from elo.winpct.

...

Other arguments

Value

A summary of object.

See Also

elo.winpct, favored, auc.elo.winpct, mse

Examples

wp <- elo.winpct(score(points.Home, points.Visitor) ~ team.Home + team.Visitor,
  data = tournament, subset = points.Home != points.Visitor, k = 0.7)
summary(wp)

[Package elo version 2.0.0 Index]