| atp_matches_2019 | R Documentation |
This dataset, atp_matches_2019, is a data frame containing match-level data for men's professional tennis matches played on the ATP Tour during 2019. It includes information on tournament details, court and surface conditions, player rankings and points, set-by-set scores, and betting odds from multiple bookmakers for each match.
data(atp_matches_2019)
A data frame with 2610 observations and 36 variables:
Integer vector indicating the ATP tournament identification number
Character vector indicating the city where the tournament was played
Character vector indicating the name of the tournament
Character vector indicating the date the match was played
Character vector indicating the ATP series or category of the tournament
Character vector indicating whether the match was played indoors or outdoors
Character vector indicating the court surface (e.g., Hard, Clay, Grass)
Character vector indicating the round of the tournament
Integer vector indicating the maximum number of sets played (3 or 5)
Character vector indicating the name of the match winner
Character vector indicating the name of the match loser
Character vector indicating the ATP ranking of the winner
Character vector indicating the ATP ranking of the loser
Character vector indicating the ATP ranking points of the winner
Character vector indicating the ATP ranking points of the loser
Integer vector indicating the games won by the winner in set 1
Integer vector indicating the games won by the loser in set 1
Integer vector indicating the games won by the winner in set 2
Integer vector indicating the games won by the loser in set 2
Integer vector indicating the games won by the winner in set 3
Integer vector indicating the games won by the loser in set 3
Integer vector indicating the games won by the winner in set 4
Integer vector indicating the games won by the loser in set 4
Integer vector indicating the games won by the winner in set 5
Integer vector indicating the games won by the loser in set 5
Integer vector indicating the total number of sets won by the winner
Integer vector indicating the total number of sets won by the loser
Character vector indicating the match outcome status (e.g., Completed, Retired, Walkover)
Numeric vector indicating the Bet365 odds for the winner
Numeric vector indicating the Bet365 odds for the loser
Numeric vector indicating the Pinnacle Sports odds for the winner
Numeric vector indicating the Pinnacle Sports odds for the loser
Numeric vector indicating the maximum odds offered by any bookmaker for the winner
Numeric vector indicating the maximum odds offered by any bookmaker for the loser
Numeric vector indicating the average odds offered across bookmakers for the winner
Numeric vector indicating the average odds offered across bookmakers for the loser
The dataset name has been kept as 'atp_matches_2019' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the sportsR package and assists users in identifying its specific characteristics.
Data taken from the welo package version 0.1.4
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.