Maze {BSDA} | R Documentation |
Data for Exercise 10.13
Maze
A data frame with 32 observations on the following 6 variables.
CondA
CondB
CondC
CondD
score
condition
CondA
CondB
CondC
CondD
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Maze) attach(Maze) boxplot(score~condition) anova(lm(score~condition)) detach(Maze)