Superbowl {BSDA}R Documentation

Margin of victory in Superbowls I to XXXV

Description

Data for Exercise 1.54

Usage

Superbowl

Format

A data frame with 35 observations on the following 5 variables.

Winning.team
a factor with levels Baltimore Colts Baltimore Ravens Chicago Bears Dallas Cowboys Denver Broncos Green Bay Packers Kansas City Chiefs Los Angeles Raiders Miami Dolphins New York Giants New York Jets Oakland Raiders Pittsburgh Steelers San Francisco 49ers St Louis Rams Washington Redskins
winner.score
a numeric vector
Losing.team
a factor with levels Atlanta Falcons Baltimore Colts Buffalo Bills Cincinnati Bengals Dallas Cowboys Denver Broncos Green Bay Packers Kansas City Chiefs Los Angeles Rams Miami Dolphins Minnesota Vikings New England Patriots New York Giants Oakland Raiders Philadelphia Eagles Pittsburgh Steelers San Diego Chargers Tennessee Titans Washington Redskins
loser.score
a numeric vector
margin
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Superbowl)
attach(Superbowl)
stem(margin)
detach(Superbowl)

[Package BSDA version 0.1 Index]