powered by
Data for Exercise 10.13
Maze
A data frame/tibble with 32 observations on two variables
error scores for animals running through a maze under different conditions
a factor with levels CondA, CondB, CondC, and CondD
CondA
CondB,
CondC
CondD
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(score ~ condition, data = Maze, col = rainbow(4)) anova(lm(score ~ condition, data = Maze)) # }
Run the code above in your browser using DataLab