diff --git a/EDA.qmd b/EDA.qmd index 76a2091..dd29ef3 100644 --- a/EDA.qmd +++ b/EDA.qmd @@ -428,7 +428,7 @@ ggplot(diamonds, aes(x = cut, y = price)) + ``` We see much less information about the distribution, but the boxplots are much more compact so we can more easily compare them (and fit more on one plot). -It supports the counter-intuitive finding that better quality diamonds are cheaper on average! +It supports the counter-intuitive finding that better quality diamonds are typically cheaper! In the exercises, you'll be challenged to figure out why. `cut` is an ordered factor: fair is worse than good, which is worse than very good and so on.