mcp_points: Detail Point-by-Point Tennis Matches

mcp_pointsR Documentation

Detail Point-by-Point Tennis Matches

Description

This dataset contains detailed charting of professional tennis matches from Jeff Sackman's Match Charting Project (MCP). The variables of the dataset are:

Format

A data frame with 670,790 rows and 68 variables

Details

  • match_id. A character id that uniquely identifies each match

  • Pt. A numeric indicating the order of the point

  • Set. A numeric indicating the set number (begins with 1)

  • Pts. A character indicating the point status at the beginning of the point

  • Gm.. A numeric indicating the game number (begins with 1)

  • TbSet. A numeric indicating if a TB is used to decide a set

  • TB.. A numeric indicating whether the points are doing a tiebreak

  • TBpt. A numeric indicating the point order in the tiebreak

  • Svr. A numeric indicating the player who is serving (1 or 2)

  • Ret. A numeric indicating the player who is returning (1 or 2)

  • Serving. A character indicating the initials of the player who is serving

  • _1st. A character code for the outcome of first serve

  • _2nd. A character code for the outcome of second serve

  • Notes. A character set of notes, usually about the outcome of a challenge

  • _1stNoLet. A character code for the outcome of first serve

  • _2ndNoLet. A character code for the outcome of second serve

  • _1stSV.

  • _2ndSV.

  • _1stNoSV.

  • _2ndNoSV.

  • _1stIn.

  • _2ndIn.

  • isRally1st.

  • isRally2nd.

  • Sv1.

  • Sv2.

  • Rally.

  • isAce.

  • isUnret.

  • isRallyWinner.

  • isForced.

  • isUnforced.

  • isDouble.

  • rallyNoSpec.

  • rallyNoError.

  • rallyNoDirection.

  • rallyLen.

  • PtWinner.

  • isSvrWinner.

  • PtsAfter.

  • GmW.

  • Gm1.1.

  • Gm2.1.

  • SetW.

  • Set1.1.

  • Set2.1.

  • RevTB.

  • TBrev.

  • rallyCount.

  • Player.1. A character with the full name of the player who served first

  • Player.2. A character with the full name of the player who served second

  • Pl.1.hand. A character indicating the handedness of Player 1

  • Pl.2.hand. A character indicating the handedness of Player 2

  • Gender. A character indicating the gender of the match (M = male, F = Female)

  • Date. A numeric date of the tournament start, YYYYYMMDD

  • Tournament. A character name of the tournament

  • Round. A character indicating the round of the match (F, Q2, Q3, QF, R128, R16, R32, R64, RR, SF)

  • Time. A character of the time at which the match began?

  • Court. A character of the court on which the match took place

  • Surface. A character indicating the major surface used for the match

  • Umpire. A character with the full name of the umpire officiating the match

  • Best.of. A numeric indicating best of 5 (5) or a best of 3 (3) match

  • Final.TB. A numeric indicator whether the match uses a final set tiebreak

  • Charted.by. A character handle for the person who charted the match

  • match_date. Date format of the match date

Source

https://github.com/JeffSackmann/tennis_MatchChartingProject


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