summary.elo.glm {elo}R Documentation

Summarize an elo.glm Object

Description

Summarize an elo.glm Object

Usage

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

Arguments

object

An object resulting from elo.glm.

...

Other arguments

Value

A summary of object.

See Also

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

Examples

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

[Package elo version 2.0.0 Index]