powered by
Data for Statistical Insight Chapter 1 and Exercise 5.110
Stamp
A data frame with 485 observations on the following 3 variables.
thickness
a numeric vector
thick
freq
# NOT RUN { str(Stamp) attach(Stamp) hist(thickness,prob=TRUE,col="lightblue") lines(density(thickness),lwd=2,col="blue") t.test(thickness,conf.level=.99)$conf detach(Stamp) # }
Run the code above in your browser using DataLab