R Dataset / Package Stat2Data / NFL2007Standings
On this R-data statistics page, you will find information about the NFL2007Standings data set which pertains to NFL2007Standings. The NFL2007Standings data set is found in the Stat2Data R package. You can load the NFL2007Standings data set in R by issuing the following command at the console data("NFL2007Standings"). This will load the data into a variable called NFL2007Standings. If R says the NFL2007Standings data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the NFL2007Standings R data set. The size of this file is about 1,902 bytes.
NFL2007Standings
Description
Standings for National Football League teams in 2007
Format
A dataset with 32 observations on the following 10 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 |
Details
Data for all 32 National Football League (NFL) teams for the 2007 regular season.
Source
1Data downloaded from www.nfl.com
Dataset imported from https://www.r-project.org.