Learn R Programming

BSDA (version 1.2.1)

Superbowl: Margin of victory in Superbowls I to XXXV

Description

Data for Exercise 1.54

Usage

Superbowl

Arguments

Format

A data frame/tibble with 35 observations on five variables

winning_team

name of Suberbowl winning team

winner_score

winning score for the Superbowl

losing_team

name of Suberbowl losing team

loser_score

score of losing teama numeric vector

victory_margin

winner_score - loser_score

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

stem(Superbowl$victory_margin)

Run the code above in your browser using DataLab