powered by
Data for Exercise 10.14
Board
A data frame with 7 observations on the following 3 variables.
UnivA
a numeric vector
UnivB
UnivC
# NOT RUN { str(Board) attach(Board) STACKED <-stack(Board) STACKED[1:5,] boxplot(values~ind,col=c("red","blue","green"),data=STACKED) remove(STACKED) detach(Board) # }
Run the code above in your browser using DataLab