powered by
Data for Exercise 10.13
Maze
A data frame with 32 observations on the following 6 variables.
CondA
a numeric vector
CondB
CondC
CondD
score
condition
a factor with levels CondA CondB CondC CondD
# NOT RUN { str(Maze) attach(Maze) boxplot(score~condition) anova(lm(score~condition)) detach(Maze) # }
Run the code above in your browser using DataLab