Wins vs. Fumbles of an NFL team
data("FUMBLES")
A data frame with 352 observations on the following 2 variables.
Wins
a numeric vector, number of wins (0-16) of an NFL team over the course of a season
FumblesLost
a numeric vector, the number of fumbles lost by that team over the course of a season
This is a subset of the NFL
data. Data is from the 2002-2012 seasons.