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.Home

The home team for the match

team.Visitor

The visiting team for the match

points.Home

Number of points scored by the home team

points.Visitor

Number of points scored by the visiting team

week

Week Number

half

The half of the season in which the match was played

Examples

data(tournament)
str(tournament)

[Package elo version 3.0.2 Index]