Wool {BSDA} | R Documentation |
Data for Exercise 7.42
Wool
A data frame with 10 observations on the following 2 variables.
Type.1
Type.2
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Wool) attach(Wool) t.test(Type.1,Type.2,var.equal=TRUE) detach(Wool)