Remove extraneous word

This commit is contained in:
mine-cetinkaya-rundel 2023-04-10 11:27:25 -04:00
parent b01bb5a061
commit d2b27da862
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ ggplot(mpg, aes(x = hwy, y = fct_reorder(class, hwy, median))) +
Why does the combination of those two relationships lead to lower quality diamonds being more expensive?
3. Instead of exchanging the x and y variables, add `coord_flip()` as a new layer to the vertical boxplot to create a horizontal one.
How does this compare to using exchanging the variables?
How does this compare to exchanging the variables?
4. One problem with boxplots is that they were developed in an era of much smaller datasets and tend to display a prohibitively large number of "outlying values".
One approach to remedy this problem is the letter value plot.