FUMBLES {regclass}R Documentation

Wins vs. Fumbles of an NFL team

Description

Wins vs. Fumbles of an NFL team

Usage

data("FUMBLES")

Format

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

Details

This is a subset of the NFL data. Data is from the 2002-2012 seasons.

Source

Collected by an undergraduate student from available web data in 2013.


[Package regclass version 1.6 Index]