Learn R Programming

Lock5withR (version 1.2.2)

NFLScores2011: NFL Game Scores in 2011

Description

Results for all NFL games for the 2011 regular season

Arguments

Format

A dataset with 256 observations on the following 11 variables.
  • Week a numeric vector
  • HomeTeam Home team name
  • AwayTeam Visiting team name
  • HomeScore Points scored by the home team
  • AwayScore Points scored by the visiting team
  • HomeYards Yards gained by the home team
  • AwayYards Yards gained by the visiting team
  • HomeTO Turnovers lost by the home team
  • AwayTO Turnovers lost by the visiting team
  • Date Date of the game (as a character string)
  • YDM Date of the game (as a date object)
  • Day Day of the week: Mon, Sat, Sun, or Thu

Source

NFL scores and game statistics found at http://www.pro-football-reference.com/years/2011/games.htm.

Details

Data for all 256 regular season games in the National Football League (NFL) for the 2011 season.