Illustrates inferences based on pooled t-test versus Wilcoxon rank sum test
Data for Exercise 7.40
Backtoback
A data frame/tibble with 24 observations on two variables
a numeric vector
a numeric vector
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
wilcox.test(score ~ group, data = Backtoback) t.test(score ~ group, data = Backtoback)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.