basketball {MSMU} | R Documentation |
College basketball data
Description
This dataset contains performance statistics for 363 men’s college basketball teams from the 2022-23 season.
Usage
basketball
Format
A data frame with 363 rows and 18 columns:
- School
School (character)
- State
State (character)
- W
Wins (integer)
- L
Loss's (integer)
- W.L.
Win Loss percentage (numeric)
- SRS
Simple Rating System (numeric)
- SOS
Strength of Schedule (numeric)
- Points.Scored
Points scored (integer)
- Points.Allowed
Points allowed (integer)
- FG.
Team field goal percentage (numeric)
- X3P.
Three point percentage (numeric)
- FT.
Free throw percentage (numeric)
- Rebounds
Number of rebounds (integer)
- AST
Number of assists (integer)
- STL
Number of steals (integer)
- Blocks
Number of blocks (integer)
- Turn.Overs
Number of turn overs (integer)
- Fouls
Number of fouls (integer)
Source
Data retrieved from Sports Reference with alterations made for educational purposes.
[Package MSMU version 0.1.2 Index]