On avg -> typical, since medians not means, closes #1269
This commit is contained in:
parent
18419626ed
commit
59e82eb77e
2
EDA.qmd
2
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.
|
||||
|
|
Loading…
Reference in New Issue