powered by
Data for Example 2.6
Ratings
A data frame with 250 observations on the following 7 variables.
F
a numeric vector
D
C
B
A
Rating
a factor with levels A B C D F
GPA
# NOT RUN { str(Ratings) attach(Ratings) boxplot(GPA~Rating,xlab="Teacher's Rating",ylab="GPA",main="Example 2.6",col="pink") detach(Ratings) # }
Run the code above in your browser using DataLab