powered by
Data for Statistical Insight Chapter 1 and Exercise 5.110
Stamp
A data frame/tibble with 485 observations on one variable
stamp thickness (in mm)
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
hist(Stamp$thickness, freq = FALSE, col = "lightblue", main = "", xlab = "stamp thickness (mm)") lines(density(Stamp$thickness), col = "blue") t.test(Stamp$thickness, conf.level = 0.99)
Run the code above in your browser using DataLab