point_by_point: Point by Point Match Data

point_by_pointR Documentation

Point by Point Match Data

Description

This dataset contains point-by-point data for the men's and women's tours. The variables of the dataset are:

Format

A data frame with 124,247 rows and 40 variables

Details

  • date. A character id that uniquely identifies each tournament

  • tny_name. A character tournament name

  • tour. A character indicator of the tour for which the match was played ( ATP, CH, FU, ITF, WTA )

  • draw. A character indicating if the match was part of the main draw of qualifying (Main, Qual)

  • server1. A character of the player who served first

  • server2. A character of the player who served second

  • score. A character of the score of the match

  • adf_flag. A numeric indicating if aces and double faults were recorded

  • tny_date. The date of the match as a POSIXct object

  • W1. A numeric value for the number of games won by the winner in the first set

  • W2. A numeric value for the number of games won by the winner in the second set

  • W3. A numeric value for the number of games won by the winner in the third set

  • W4. A numeric value for the number of games won by the winner in the fourth set

  • W5. A numeric value for the number of games won by the winner in the fifth set

  • L1. A numeric value for the number of games won by the loser in the first set

  • L2. A numeric value for the number of games won by the loser in the second set

  • L3. A numeric value for the number of games won by the loser in the third set

  • L4. A numeric value for the number of games won by the loser in the fourth set

  • L5. A numeric value for the number of games won by the loser in the fifth set

  • WTB1. A numeric value for the number of points won by the winner in the first set tiebreak

  • LTB1. A numeric value for the number of points won by the loser in the first set tiebreak

  • WTB2. A numeric value for the number of points won by the winner in the second set tiebreak

  • LTB2. A numeric value for the number of points won by the loser in the second set tiebreak

  • WTB3. A numeric value for the number of points won by the winner in the third set tiebreak

  • LTB3. A numeric value for the number of points won by the loser in the third set tiebreak

  • WTB4. A numeric value for the number of points won by the winner in the fourth set tiebreak

  • LTB4. A numeric value for the number of points won by the loser in the fourth set tiebreak

  • WTB5. A numeric value for the number of points won by the winner in the fifth set tiebreak

  • LTB5. A numeric value for the number of points won by the loser in the fifth set tiebreak

  • Set1. A character of the point outcomes for the first set, in relation to the game's server (S = server won, R = Returner won, A = Ace, D = DoubleFault). Games are separated by a semicolon.

  • Set2. A character of the point outcomes for the second set

  • Set3. A character of the point outcomes for the third set

  • Set4. A character of the point outcomes for the fourth set

  • Set5. A character of the point outcomes for the fifth set

  • TB1. A character of the point outcomes for the first tiebreak

  • TB2. A character of the point outcomes for the second tiebreak

  • TB3. A character of the point outcomes for the third tiebreak

  • TB4. A character of the point outcomes for the fourth tiebreak

  • TB5. A character of the point outcomes for the fifth tiebreak

Source

https://github.com/JeffSackmann/tennis_pointbypoint


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