Shkdrug {BSDA} | R Documentation |
Effects of a drug and electroshock therapy on the ability to solve simple tasks
Description
Data for Exercises 10.11 and 10.12
Usage
Shkdrug
Format
A data frame/tibble with 64 observations on two variables
- treatment
type of treament
Drug/NoS
,Drug/Shk
,NoDg/NoS
, orNoDrug/S
- response
number of tasks completed in a 10-minute period
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
boxplot(response ~ treatment, data = Shkdrug, col = "gray")
model <- lm(response ~ treatment, data = Shkdrug)
anova(model)
rm(model)
[Package BSDA version 1.2.2 Index]