summary.elo.run {elo}R Documentation

Summarize an elo.run Object

Description

Summarize an elo.run Object

Usage

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

Arguments

object

An object resulting from elo.run.

...

Other arguments

Value

A summary of object.

See Also

elo.run, favored, auc.elo.run, mse

Examples

summary(elo.run(score(points.Home, points.Visitor) ~ team.Home + team.Visitor,
  data = tournament, k = 20))

[Package elo version 2.0.0 Index]