Data for Exercise 1.41
Miller1
A data frame/tibble with 20 observations on one variable
scores on the Miller personality test
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
stem(Miller1$miller)
#>
#> The decimal point is 1 digit(s) to the right of the |
#>
#> 1 | 678
#> 2 | 0122233
#> 2 | 5555679
#> 3 | 013
#>
stem(Miller1$miller, scale = 2)
#>
#> The decimal point is at the |
#>
#> 16 | 00
#> 18 | 0
#> 20 | 00
#> 22 | 00000
#> 24 | 0000
#> 26 | 00
#> 28 | 0
#> 30 | 00
#> 32 | 0
#>