From 4c171731e94a44d248b76386bd2dc68ae9517596 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Sun, 18 Apr 2021 09:09:30 -0500 Subject: [PATCH] Remove redundant question Fixes #836 --- EDA.Rmd | 2 -- 1 file changed, 2 deletions(-) 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)