Shkdrug {BSDA} | R Documentation |
Data for Exercises 10.11 and 10.12
Shkdrug
A data frame with 64 observations on the following 6 variables.
Drug.Shk
Drug.NoS
NoDrug.S
NoDg.NoS
Treatment
Drug/NoS
Drug/Shk
NoDg/NoS
NoDrug/S
Response
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Shkdrug) attach(Shkdrug) boxplot(Response~Treatment) anova(lm(Response~Treatment)) detach(Shkdrug)