From 05c66b6f7fe30d0bf27e79fa8d98dee1ac314ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mine=20=C3=87etinkaya-Rundel?= Date: Mon, 9 May 2022 13:38:57 -0400 Subject: [PATCH] Clarify question, closes #993 --- EDA.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index 783d14e..825a3c9 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -423,7 +423,7 @@ In the next section we'll explore some techniques for improving this comparison. 1. What happens to missing values in a histogram? What happens to missing values in a bar chart? - Why is there a difference? + Why is there a difference in how missing values are handled in histograms and bar charts? 2. What does `na.rm = TRUE` do in `mean()` and `sum()`?