powered by
Data for Exercises 10.11 and 10.12
Shkdrug
A data frame with 64 observations on the following 6 variables.
Drug.Shk
a numeric vector
Drug.NoS
NoDrug.S
NoDg.NoS
Treatment
a factor with levels Drug/NoS Drug/Shk NoDg/NoS NoDrug/S
Drug/NoS
Drug/Shk
NoDg/NoS
NoDrug/S
Response
# NOT RUN { str(Shkdrug) attach(Shkdrug) boxplot(Response~Treatment) anova(lm(Response~Treatment)) detach(Shkdrug) # }
Run the code above in your browser using DataLab