From 1cf7198a6d73b78af80862751e80bb869b737ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mine=20=C3=87etinkaya-Rundel?= Date: Thu, 9 Nov 2023 10:30:41 -0500 Subject: [PATCH] Clarify exercise, closes #1543 --- layers.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers.qmd b/layers.qmd index a69a288..268bb24 100644 --- a/layers.qmd +++ b/layers.qmd @@ -751,7 +751,7 @@ Each stat is a function, so you can get help in the usual way, e.g., `?stat_bin` 4. What variables does `stat_smooth()` compute? What arguments control its behavior? -5. In our proportion bar chart, we need to set `group = 1`. +5. In our proportion bar chart, we needed to set `group = 1`. Why? In other words, what is the problem with these two graphs?