1
2
3
4
5
#

Name:

Description:

Standings for National Football League teams in 2007

Variables:

A dataset with 32 observations on the following 11 variables.

Team Team name
Conference Conference: AFC or NFC
Division Division within conference: ACE, ACN, ACS, ACW, NCE, NCN, NCS, NCW
Wins Number of wins (out of 16 games)
Losses Number of losses
WinPct Proportion of games won (Wins/16)
PointsFor Total points scored by the team
PointsAgainst Total points scored against the team
NetPts PointsFor minus PointsAgainst
TDs Number of touchdowns scored by the team

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Data downloaded from www.nfl.com

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.