From c8c28ea2a0fcac78f4b45093968c3198c0376134 Mon Sep 17 00:00:00 2001 From: Mark Beveridge Date: Wed, 20 Jun 2018 10:12:42 +0100 Subject: [PATCH] Update model-many.Rmd (missing word) (#674) --- model-many.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-many.Rmd b/model-many.Rmd index 741757c..124794b 100644 --- a/model-many.Rmd +++ b/model-many.Rmd @@ -266,7 +266,7 @@ We see two main effects here: the tragedies of the HIV/AIDS epidemic and the Rwa 1. To create the last plot (showing the data for the countries with the worst model fits), we needed two steps: we created a data frame with one row per country and then semi-joined it to the original dataset. - It's possible avoid this join if we use `unnest()` instead of + It's possible to avoid this join if we use `unnest()` instead of `unnest(.drop = TRUE)`. How? ## List-columns