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