matchstats {volleystat} | R Documentation |
Matchstats data
Description
A dataset containing match-player level statistics of the German first division volleyball league for each match and each season starting in 2013/2014 and ending in 2018/2019.
Usage
matchstats
Format
Data frame with 32755 rows and 23 columns.
- league_gender
Men or women's league.
- season_id
ID for each season unique within league_gender. It consists of the last two digits of the season years, e.g., the season_id of season 2014/2015 equals 1415.
- match_id
Official VBL match id. Unique within seasons.
- team_id
Team identifier which is unique across all teams and seasons.
- player_id
Player identifier which is unique within a team in a season. This identifier equals to the shirt number of the player. However, in cases where more than one player has the same shirt number, the identifier is replaced by a 3-digit number starting at 100.
- shirt_number
Official shirt number, not unique within teams (see player_id).
- vote
Score computed according to the DataVolley settings. NA if not reported as numeric in the match report.
- pt_tot
Total points scored.
- pt_bp
Total break points scored.
- pt_profloss
Won minus lost points. More precisely, this variable is computed according to the following equation: serv_pt + att_pt + blo_pt - serv_err - rec_err - att_err - att_blo.
- serv_tot
Total number of serves.
- ser_err
Number of serving errors.
- serv_pt
Number of scored points at service, e.g., aces.
- rec_tot
Number of receptions.
- rec_err
Number of errors in reception.
- rec_pos
Share of positive receptions.
- rec_per
Share of perfect receptions.
- att_tot
Number of total attacks.
- att_err
Number of failed attacks.
- att_blo
Number of blocked attacks.
- att_pt
Number of successful attacks.
- att_per
Share of successful attacks.
- blo_pt
Number of successful blocks.
Source
https://www.volleyball-bundesliga.de/cms/home/1blf/1blf_archiv/1blf_tabellen_ergebnisse.xhtml https://www.volleyball-bundesliga.de/cms/home/1blm/1blm_archiv/1blm_tabellen_ergebnisse.xhtml
Examples
matchstats