Number of trials to master a task for a group of 28 subjects assigned to a control and an experimental group
Data for Example 7.15
Drug
A data frame/tibble with 28 observations on two variables
number of trials to master a task
a factor with levels control
and experimental
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(trials ~ group, data = Drug, main = "Example 7.15", col = c("yellow", "red")) wilcox.test(trials ~ group, data = Drug) t.test(rank(trials) ~ group, data = Drug, var.equal = TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.