Learn R Programming

elo (version 2.0.0)

summary.elo.winpct: Summarize an elo.winpct Object

Description

Summarize an elo.winpct Object

Usage

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

Run this code
# NOT RUN {
wp <- elo.winpct(score(points.Home, points.Visitor) ~ team.Home + team.Visitor,
  data = tournament, subset = points.Home != points.Visitor, k = 0.7)
summary(wp)
# }

Run the code above in your browser using DataLab