1
2
3
4
5
#

Name:

Description:

Data from games played by the Grinnell College men's basketball team between 1997 and 2006

Variables:

A data frame with 146 observations on the following 23 variables.

Game An ID number assigned to each game
Opp Name of the opponent school for the game
Home Indicator variable where 1 = home game and 0 = away game
OppAtt Number of field goal attempts by the opposing team
GrAtt Number of field goal attempts by Grinnell
Gr3Att Number of three-point field goal attempts by Grinnell
GrFT Number of free throw attempts by Grinnell
OppFT Number of free throw attempts by the opponent
GrRB Total number of Grinnell rebounds
GrOR Number of Grinnell offensive rebounds
OppDR Number of defensive rebounds the opposing team had
OppPoint Points scored in the game by the opponent
GrPoint Points scored in the game by Grinnell
GrAss Number of assists Grinnell had in the game
OppTO Number of turnovers the opposing team gave up
GrTO Number of turnovers Grinnell gave up
GrBlocks Number of blocks Grinnell had in the game
GrSteal Number of steals Grinnell had in the game
X40Point Indicator variable that is 1 if some Grinnell player scored 40 or more points
X30Point Indicator variable that is 1 if some Grinnell player scored 30 or more points
WinLoss 1=Grinnell win or 0=Grinnell loss
PtDiff Point differential for the game (Grinnell score minus Opponent's score)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

These data were collected by Grinnell College students Eric Ohrn and Ben Johannsen.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Grinnell_College_Basketball_Games_834_86.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.