matches {volleystat}R Documentation

Matches data

Description

A dataset containing all matches of the German first division volleyball league for each season starting in 2013/2014 and ending in 2018/2019. Note that all matches are included twice in the dataset, i.e., from the perspective of the home team and from the perspective of the away team.

Usage

matches

Format

Data frame with 3392 rows and 12 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.

competition_stage

Stage of the competition, i.e., main round or play-offs.

match_id

Official VBL match id. Unique within seasons.

match

Factor variable identifying whether observation is from the home team's perspective or from the away team's perspective.

match_day

Match day (only main round, see competition_stage).

date_time

POSIXct date-time variable of the match.

spectators

Number of spectators in the gym.

match_duration

Length of match in minutes.

team_id

Team identifier which is unique across all teams and seasons.

team_name

Official name of the team. Note that VCO Berlin has a team in men's and women's league.

set_won

Number of sets won by the team.

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

[Package volleystat version 0.2.0 Index]