diff --git a/EDA.Rmd b/EDA.Rmd index 1f4f3e6..afa77a0 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -172,8 +172,6 @@ As an example, the histogram below suggests several interesting questions: - Why are there more diamonds slightly to the right of each peak than there are slightly to the left of each peak? -- Why are there no diamonds bigger than 3 carats? - ```{r} ggplot(data = smaller, mapping = aes(x = carat)) + geom_histogram(binwidth = 0.01)