Superbowl {BSDA} | R Documentation |
Margin of victory in Superbowls I to XXXV
Description
Data for Exercise 1.54
Usage
Superbowl
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
stem(Superbowl$victory_margin)
[Package BSDA version 1.2.2 Index]