From 453c6bc7afe67cc7eec804a7712dab445623bbc2 Mon Sep 17 00:00:00 2001 From: Marion Walton Date: Wed, 13 Dec 2023 15:22:37 +0200 Subject: [PATCH] Update 02-starting-with-data.Rmd Fixed typos and improved clarity in section about Renaming Factors --- episodes/02-starting-with-data.Rmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/episodes/02-starting-with-data.Rmd b/episodes/02-starting-with-data.Rmd index 29e301b5..f5d0f0ba 100644 --- a/episodes/02-starting-with-data.Rmd +++ b/episodes/02-starting-with-data.Rmd @@ -539,10 +539,10 @@ plot(memb_assoc) ``` Looking at the plot compared to the output of the vector, we can see that in -addition to "no"s and "yes"s, there are some respondents for which the +addition to "no"s and "yes"s, there are some respondents for whom the information about whether they were part of an irrigation association hasn't -been recorded, and encoded as missing data. They do not appear on the plot. -Let's encode them differently so they can counted and visualized in our plot. +been recorded, and encoded as missing data. These respondents do not appear on the plot. +Let's encode them differently so they can be counted and visualized in our plot. ```{r factor-plot-reorder, fig.alt="Bar plot of association membership, showing missing responses.", purl=TRUE} ## Let's recreate the vector from the data frame column "memb_assoc"