Data for Exercise 1.43

Newsstand

Format

A data frame/tibble with 20 observations on one variable

profit

profit of each newsstand (in dollars)

References

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

Examples


stem(Newsstand$profit)
#> 
#>   The decimal point is 1 digit(s) to the right of the |
#> 
#>   5 | 89
#>   6 | 14
#>   6 | 5558
#>   7 | 13
#>   7 | 555566778
#>   8 | 1
#> 
stem(Newsstand$profit, scale = 3)
#> 
#>   The decimal point is at the |
#> 
#>   58 | 04
#>   60 | 5
#>   62 | 
#>   64 | 2914
#>   66 | 
#>   68 | 1
#>   70 | 9
#>   72 | 4
#>   74 | 8914
#>   76 | 00576
#>   78 | 
#>   80 | 3
#>