summary.elo.winpct {elo} | R Documentation |
elo.winpct
ObjectSummarize an elo.winpct
Object
## S3 method for class 'elo.winpct' summary(object, ...)
object |
An object resulting from |
... |
Other arguments |
A summary of object
.
elo.winpct
, favored
, auc.elo.winpct
, mse
wp <- elo.winpct(score(points.Home, points.Visitor) ~ team.Home + team.Visitor, data = tournament, subset = points.Home != points.Visitor, k = 0.7) summary(wp)