Data for Exercise 1.54
Superbowl
A data frame/tibble with 35 observations on five variables
name of Suberbowl winning team
winning score for the Superbowl
name of Suberbowl losing team
score of losing teama numeric vector
winner_score - loser_score
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
stem(Superbowl$victory_margin)
#>
#> The decimal point is 1 digit(s) to the right of the |
#>
#> 0 | 13444
#> 0 | 57779
#> 1 | 000234
#> 1 | 567777899
#> 2 | 123
#> 2 | 579
#> 3 | 2
#> 3 | 56
#> 4 |
#> 4 | 5
#>