1
2
3
4
5
#

Name:

Description:

A sample of 30 field goal attempts in the National Football League

Variables:

A dataset with 30 observations on the following 14 variables.

ID ID number
PlayerID Code for player
LastName Last name
FirstName First name
Year Year
Team Abbreviation for team name
Date Code for date: mmddyy
FGAttempts Field goals attempted by the kicker that game
FGMade Field goals made by the kicker that game
Attempt Which attempt during the game?
Result 1=made the field goal or 0=missed
Yards Number of yards for the field goal attempt
Block 1=attempt blocked or 0=not blocked

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

We thank Sean Forman and Doug Drinen of Sports Reference LLC for providing us with the NFL field goal data set.

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.