powered by
Data for Exercises 10.11 and 10.12
Shkdrug
A data frame/tibble with 64 observations on two variables
type of treament Drug/NoS, Drug/Shk, NoDg/NoS, or NoDrug/S
Drug/NoS
Drug/Shk
NoDg/NoS
NoDrug/S
number of tasks completed in a 10-minute period
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(response ~ treatment, data = Shkdrug, col = "gray") model <- lm(response ~ treatment, data = Shkdrug) anova(model) rm(model) # }
Run the code above in your browser using DataLab