powered by
Data for Exercise 10.3
Nervous
A data frame with 25 observations on the following 2 variables.
react
a numeric vector
drug
# NOT RUN { str(Nervous) attach(Nervous) boxplot(react~drug) anova(lm(react~as.factor(drug))) detach(Nervous) # }
Run the code above in your browser using DataLab