powered by
Data for Exercise 1.89
Scales
A data frame with 20 observations on the following 2 variables.
Brand
a factor with levels A B C D
A
B
C
D
reading
a numeric vector
# NOT RUN { str(Scales) attach(Scales) boxplot(reading~Brand,ylab="Reading",xlab="Brand",main="Problem 1.89") detach(Scales) # }
Run the code above in your browser using DataLab