| 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.ShkDrug.NoSNoDrug.SNoDg.NoSTreatmentDrug/NoS Drug/Shk NoDg/NoS NoDrug/SResponseKitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Shkdrug) attach(Shkdrug) boxplot(Response~Treatment) anova(lm(Response~Treatment)) detach(Shkdrug)