aflw {mulgar}R Documentation

AFLW player statistics

Description

This is data from the 2021 Women's Australian Football League. These are average player statistics across the season, with game statistics provided by the fitzRoy package. If you are new to the game of AFL, there is a nice explanation on Wikipedia. The primary analysis is to summarise the variation using principal component analysis, which gives information about relationships between the statistics or skills sets common in players. One also might be tempted to cluster the players, but there are no obvious clusters so it could be frustrating. At best one could partition the players into groups, while recognising there are no absolutely distinct and separated groups.

Format

A dataset with 381 rows and 35 columns

Details

id, given_name, surname, number, position, team

player identification details

time_pct, ..., clearances

player statistics for the match

Examples


require(dplyr)
data(aflw)
glimpse(aflw)

[Package mulgar version 1.0.2 Index]