atp_elo: ATP Elo Ratings

atp_eloR Documentation

ATP Elo Ratings

Description

This dataset contains Elo ratings for the ATP tour from the Open Era to the present.

Format

A data frame with 303,940 rows and 14 variables

Details

  • player_id. An integer ID for the player as in atp_players

  • player_name. A character name of the player

  • tourney_start_date. A date object for the date of the start of the tournament

  • tourney_name. A character name for the tournament

  • round. A character description of the the round the match was played in

  • match_num. An integer ID for the match within the event

  • opponent_id. An integer ID for the opponent as in atp_players

  • opponent_name. A character name of the opponent

  • win. A numeric value indicating if the player won the match

  • overall_prediction. Numeric prediction of mach outcome based on overall ("all surface" elo)

  • overall_elo. Numeric overall Elo rating at end of match

  • hard_elo. Numeric hard court Elo rating at end of match

  • grass_elo. Numeric grass court Elo rating at end of match

  • clay_elo. Numeric clay court Elo rating at end of match

Only tour-level main draw matches are included in the ratings. For surface ratings, the last rating update is carried forward when matches are played on a different surface. Surface-specific ratings are NA until the first tour-level match is played on that surface.


skoval/deuce documentation built on March 7, 2023, 2:39 p.m.