| OFFENSE {regclass} | R Documentation |
Some offensive statistics from NFL dataset
Description
A subset of the NFL dataset contain some statistics of teams on offense
Usage
data("OFFENSE")
Format
A data frame with 352 observations on the following 10 variables.
Wina numeric vector, number of wins of team over the season (0-16)
FirstDownsa numeric vector, number of first downs made over the season
PassingYardsa numeric vector, number of passing yards over the season
Interceptionsa numeric vector, number of times ball was intercepted on offense
RushingYardsa numeric vector, number of rushing yards over the season
Fumblesa numeric vector, number of fumbles made on offense
X1to19FGAttemptsa numeric vector, number of field goal attempts made from 1-19 yards
X20to29FGAttemptsa numeric vector, number of field goal attemps made from 20-29 yards
X30to39FGAttemptsa numeric vector
X40to50FGAttemptsa numeric vector
Details
A small subset of the NFL dataset contain select statistics. Seasons are from 2002-2012
[Package regclass version 1.6 Index]