Learn R Programming

EUfootball (version 0.0.1)

Matches: Dataset Matches

Description

Includes match results and data for men's football Leagues in England, France, Germany, Italy, Spain, The Netherlands, and Turkey.

Usage

data(Matches)

Arguments

Format

A data frame.

References

elo: http://clubelo.com/ Market Values: https://www.transfermarkt.com Bookmaker Odds: https://www.oddsportal.com match data: https://www.kicker.de

Examples

Run this code
# NOT RUN {
data(Matches)
mean(Matches$Goals90Home)
table(Matches$League)
# }

Run the code above in your browser using DataLab