gamesW | R Documentation |
A dataset containing information on each of the 4,220 documented women's ultimate frisbee games played at the collegiate level in the 2021-22 season.
gamesW
A data frame with 4220 rows and 21 variables:
Current national ranking of opponent, per Frisbee Rankings.
Name of opposing team.
Whether the team won or lost the game, as well as the final score, in character format.
Effect of the game on the team's Frisbee Rankings rank.
Factor representing whether a game was included or excluded in ranking calculation, with 2 levels: Counts and Ignored.
The percentage of a team's total ranking that is accounted for by the given game's outcome.
The date on which the game was played.
The event at which the game was played.
A binary indicator of whether the team won or lost: 1 if win, 0 if loss. Useful for modeling.
The number of points scored by the team.
The number of points scored by their opponent.
The game score for the team, as calculated by the fRisbee::GameScoreCalculator function.
The number of points scored by the team minus the number of points scored by their opponent
The opponent team's Elo rating on Frisbee Rankings.
The team's Elo rating after playing the game.
The implied Elo rating that the team played at in the game.
The team's Elo rating before playing the game.
Equal to GameValue where Status is Counts. 0 where Status is Ignored.
The impact of the game result on a team's Elo rating.
The name of the team.
The game number in the season; for example, GameNum = 1 for a team's first game of the year.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.