1
2
3
4
5
#

Name:

Description:

Standings and team statistics for National Football League (NFL) teams in the 2016 season

Variables:

A data frame with 32 observations on the following 12 variables.

Team

Team name

Wins

Wins in the 2016 regular season (out of 16 games)

Losses

Losses in the 2016 regular season

Ties

Ties in the 2016 regular season (ties are very rare in the NFL)

WinPct

Winning percentage = (Wins+0.5*Ties)/16 games

PointsFor

Points scored

PointsAgainst

Points allowed

NetPts

Points scored minus Points allowed

YardsFor

Offensive yards gained by the team

YardsAgainst

Offensive yards against the team

TDs

Touchdowns scored

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Data downloaded from:
http://www.pro-football-reference.com/years/2016/

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_2016_Regular_Season_722_29.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.