From d2b27da862bf424840e5484e60ae92ada5f4ce8a Mon Sep 17 00:00:00 2001 From: mine-cetinkaya-rundel Date: Mon, 10 Apr 2023 11:27:25 -0400 Subject: [PATCH] Remove extraneous word --- EDA.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.qmd b/EDA.qmd index 203af3b..d31973b 100644 --- a/EDA.qmd +++ b/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.