Asprin {BSDA} | R Documentation |
Data for Exercise 10.51
Asprin
A data frame with 5 observations on the following 3 variables.
X1.
X5.
X10.
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Asprin) attach(Asprin) STACKED <-stack(Asprin) STACKED[1:5,] boxplot(values~ind,col=c("red","blue","green"),data=STACKED) anova(lm(values~ind,data=STACKED)) remove(STACKED) detach(Asprin)