# NOT RUN {
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