xmp09.08 {Devore5} | R Documentation |
The xmp09.08
data frame has 6 rows and 2 columns.
This data frame contains the following columns:
Devore, J. L. (2000) Probability and Statistics for Engineering and the Sciences (5th ed), Duxbury
data(xmp09.08) boxplot(xmp09.08, main = "Boxplot of data from Example 9.8") attach(xmp09.08) boxplot(bottom-surface, main = "Boxplot of differences from Example 9.8") t.test(bottom, surface, alt = "greater", paired = TRUE) detach()