Remove extraneous word
This commit is contained in:
parent
b01bb5a061
commit
d2b27da862
2
EDA.qmd
2
EDA.qmd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue