football {MSMU} | R Documentation |
Football/Quarterback data
Description
Dataset containing performance statistics for 106 football players who attempted a pass in the NFL for the 2022 season.
Usage
football
Format
A data frame with 106 rows and 17 columns:
- Player
Players name (character)
- Tm
Players team (character)
- Age
Players Age (integer)
- Pos
Players position (character)
- G
Number of games (integer)
- GS
Number of games starting (integer)
- Wins
Number of wins (integer)
- Cmp
Number of completions (integer)
- Att
Number of throwing attempts (integer)
- Cmp.
Completion percentage (numeric)
- Yds
Number of yards thrown (integer)
- TD
Number of touchdowns (integer)
- Int
Number of interceptions thrown (integer)
- Y.A
Yards per Attempt (numeric)
- Y.G
Yards per Game (numeric)
- Rate
Passer rating (numeric)
- QBR
Total Quarterback Rating (numeric)
Source
Data retrieved from Pro Football Reference with alterations made for educational purposes.
[Package MSMU version 0.1.2 Index]