Skewed {BSDA} | R Documentation |
Data for Exercise 7.65
Skewed
A data frame with 21 observations on the following 2 variables.
C1
C2
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Skewed) attach(Skewed) boxplot(C1,C2) wilcox.test(C1,C2) detach(Skewed)