Learn R Programming

provolleyballr (version 0.1.0)

mlv_team_data: Major League Volleyball Team Match Statistics

Description

A dataset containing team match-by-match statistics for Major League Volleyball (MLV) teams for the 2024-2025 seasons.

Usage

mlv_team_data

Arguments

Format

A data frame with 392 rows and 15 variables:

year

Season year

team

Team name

date

Match date

opponent

Opposing team name

result

Win/Loss result

kills

Kills - successful attacks that result in a point

assists

Assists - sets that lead directly to a kill

service_aces

Service Aces - serves that result directly in a point

blocks

Blocks - successful defensive plays at the net

out

Definition pending

attack_attempts

Total attack attempts

hitting_efficiency

Attack efficiency percentage

digs

Digs - successful defensive plays

digs_per_set

Digs per set

sets_played

Sets played in the match

See Also

Other datasets: au_player_data, lovb_player_data, lovb_team_data, lovb_teams, mlv_player_data, mlv_teams

Examples

Run this code
head(mlv_team_data)

Run the code above in your browser using DataLab