| NFL {regclass} | R Documentation |
NFL database
Description
Statistics for NFL teams from the 2002-2012 seasons
Usage
data("NFL")
Format
A data frame with 352 observations on the following 113 variables.
X4.Winsa numeric vector, number of wins (0-16) of an NFL team for the season
X5.OffTotPlaysa numeric vector, number of total plays made on offense for the season
X6.OffTotYdsperPlya numeric vector
X7.OffTot1stDwnsa numeric vector
X8.OffPass1stDwnsa numeric vector
X9.OffRush1stDwnsa numeric vector
X10.OffFumblesLosta numeric vector
X11.OffPassCompa numeric vector
X12.OffPassCompa numeric vector
X13.OffPassYdsa numeric vector
X14.OffPassTdsa numeric vector
X15.OffPassTDa numeric vector
X16.OffPassINTsa numeric vector
X17.OffPassINTa numeric vector
X18.OffPassLongesta numeric vector
X19.OffPassYdsperAtta numeric vector
X20.OffPassAdjYdsperAtta numeric vector
X21.OffPassYdsperCompa numeric vector
X22.OffPasserRatinga numeric vector
X23.OffPassSacksAlwda numeric vector
X24.OffPassSackYdsa numeric vector
X25.OffPassNetYdsperAtta numeric vector
X26.OffPassAdjNetYdsperAtta numeric vector
X27.OffPassSacka numeric vector
X28.OffRushYdsa numeric vector
X29.OffRushTdsa numeric vector
X30.OffRushLongesta numeric vector
X31.OffRushYdsperAtta numeric vector
X32.OffFumblesa numeric vector
X33.OffPuntReturnsa numeric vector
X34.OffPRYdsa numeric vector
X35.OffPRTdsa numeric vector
X36.OffPRLongesta numeric vector
X37.OffPRYdsperAtta numeric vector
X38.OffKRTdsa numeric vector
X39.OffKRLongesta numeric vector
X40.OffKRYdsperAtta numeric vector
X41.OffAllPurposeYdsa numeric vector
X42.1to19ydFGAtta numeric vector
X43.1to19ydFGMadea numeric vector
X44.20to29ydFGAtta numeric vector
X45.20to29ydFGMadea numeric vector
X46.1to29ydFGa numeric vector
X47.30to39ydFGAtta numeric vector
X48.30to39ydFGMadea numeric vector
X49.30to39ydFGa numeric vector
X50.40to49ydFGAtta numeric vector
X51.40to49ydFGMadea numeric vector
X52.50ydFGAtta numeric vector
X53.50ydFGAtta numeric vector
X54.40ydFGa numeric vector
X55.OffTotFGa numeric vector
X56.OffXPa numeric vector
X57.OffTimesPunteda numeric vector
X58.OffPuntYardsa numeric vector
X59.OffLongestPunta numeric vector
X60.OffTimesHadPuntBlockeda numeric vector
X61.OffYardsPerPunta numeric vector
X62.FmblTdsa numeric vector
X63.DefINTTdsScoreda numeric vector
X64.BlockedKickorMissedFGRetTdsa numeric vector
X65.Off2ptConvMadea numeric vector
X66.DefSafetiesScoreda numeric vector
X67.DefTotYdsAlwda numeric vector
X68.DefTotPlaysAlwda numeric vector
X69.DefTotYdsperPlayAlwda numeric vector
X70.DefTot1stDwnsAlwda numeric vector
X71.DefPass1stDwnsAlwda numeric vector
X72.DefRush1stDwnsAlwda numeric vector
X73.DefFumblesRecovereda numeric vector
X74.DefPassCompAlwda numeric vector
X75.DefPassAttAlwda numeric vector
X76.DefPassCompAlwda numeric vector
X77.DefPassYdsAlwda numeric vector
X78.DefPassTdsAlwda numeric vector
X79.DefPassTDAlwda numeric vector
X80.DefPassINTsa numeric vector
X81.DefPassINTa numeric vector
X82.DefPassYdsperAttAlwda numeric vector
X83.DefPassAdjYdsperAttAlwda numeric vector
X84.DefPassYdsperCompAlwda numeric vector
X85.DefPasserRatingAlwda numeric vector
X86.DefPassSacksa numeric vector
X87.DefPassSackYdsa numeric vector
X88.DefPassNetYdsperAttAlwda numeric vector
X89.DefPassAdjNetYdsperAttAlwda numeric vector
X90.DefPassSacka numeric vector
X91.DefRushYdsAlwda numeric vector
X92.DefRushTdsAlwda numeric vector
X93.DefRushYdsperAttAlwda numeric vector
X94.DefPuntReturnsAlwda numeric vector
X95.DefPRTdsAlwda numeric vector
X96.DefKickReturnsAlwda numeric vector
X97.DefKRTdsAlwda numeric vector
X98.DefKRYdsperAttAlwda numeric vector
X99.DefTotFGAttAlwda numeric vector
X100.DefTotFGAlwda numeric vector
X101.DefXPAlwda numeric vector
X102.DefPuntsAlwda numeric vector
X103.DefPuntYdsAlwda numeric vector
X104.DefPuntYdsperAttAlwda numeric vector
X105.Def2ptConvAlwda numeric vector
X106.OffSafetiesa numeric vector
X107.OffRushSuccessRatea numeric vector
X108.OffRunPassRatioa numeric vector
X109.OffRunPlya numeric vector
X110.OffYdsPta numeric vector
X111.DefYdsPta numeric vector
X112.HeadCoachDisturbancea factor with levels
NoYes, whether the head coached changed between this season and the lastX113.QBDisturbancea factor with levels
NoYes, whether the quarterback changed between this season and the lastX114.RBDisturbancea factor with levels
?NoYes, whether the runningback changed between this seasons and the lastX115.OffPassDropRatea numeric vector
X116.DefPassDropRatea numeric vector
Details
Data was collected from many sources on the internet by a student for use in an independent study in the spring of 2013. Abbreviations for predictor variables typically follow the full name in prior variables, e.g., KR = kick returns, PR = punt returns, XP = extra point. Data is organized by year, so rows 1-32 rows are from 2002, rows 33-64 are from 2003, etc.
Source
Contact the originator Weller Ross (jwellerross@gmail.com) for further details.