Data for Exercise 7.65
Skewed
A data frame with 21 observations on the following 2 variables.
C1
a numeric vector
C2
a numeric vector
# NOT RUN {
str(Skewed)
attach(Skewed)
boxplot(C1,C2)
wilcox.test(C1,C2)
detach(Skewed)
# }
Run the code above in your browser using DataLab