Shkdrug | R Documentation |
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
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.
boxplot(response ~ treatment, data = Shkdrug, col = "gray")
model <- lm(response ~ treatment, data = Shkdrug)
anova(model)
rm(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.