| tournament {elo} | R Documentation |
tournament: Mock data for examples
Description
A fake dataset containing results from "animal-ball" matches.
Format
A data frame with 56 observations on the following 4 variables:
team.HomeThe home team for the match
team.VisitorThe visiting team for the match
points.HomeNumber of points scored by the home team
points.VisitorNumber of points scored by the visiting team
weekWeek Number
halfThe half of the season in which the match was played
Examples
data(tournament)
str(tournament)
[Package elo version 3.0.2 Index]