Learn R Programming

elo (version 2.0.0)

summary.elo.run: Summarize an elo.run Object

Description

Summarize an elo.run Object

Usage

# S3 method for 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

Run this code
# NOT RUN {
summary(elo.run(score(points.Home, points.Visitor) ~ team.Home + team.Visitor,
  data = tournament, k = 20))
# }

Run the code above in your browser using DataLab