plspm (version 0.5.1)

offense: Offense dataset

Description

Dataset with offense statistics of American football teams from the NFL (2010-2011 season).

Usage

data(offense)

Arguments

Format

A data frame with 32 teams on the following 17 variables. The variables may be used to construct five suggested latent concepts: 1) RUSH=Rushing Quality, 2) PASS=Passing Quality, 3) SPEC=Special Teams and Other, 4) SCORING=Scoring Success, 5)OFFENSE=Offense Performance

NumVariableDescriptionConcept
1YardsRushAttYards per Rush AttemptRUSH
2RushYardsRush Yards per gameRUSH
3RushFirstDownRush First Downs per gameRUSH
4YardsPassCompYards Pass CompletionPASS
5PassYardsPassed Yards per gamePASS
6PassFirstDownPass First Downs per gamePASS
7FieldGoalsField Goals per gameSPEC
8OtherTDsOther Touchdowns (non-offense) per gameSPEC
9PointsGamePoints per gameSCORING
10OffensTDOffense Touchdowns per gameSCORING
11TDGameTouchdowns per gameSCORING
12PassTDGPassing Touchdowns per gameOFFENSE
13RushTDGRushing Touchdowns per gameOFFENSE
14PlaysGamePlays per gameOFFENSE
15YardsPlayYards per PlayOFFENSE
16FirstDownPlayFirst Downs per PlayOFFENSE
17OffTimePossPercOffense Time Possession PercentageOFFENSE

Examples

Run this code
# load data
data(offense)

# take a peek
head(offense)

Run the code above in your browser using DataLab