Skip to content

Commit

Permalink
Merge pull request #499 from marionwalton/fix-typos
Browse files Browse the repository at this point in the history
Update 02-starting-with-data.Rmd
  • Loading branch information
juanfung authored Dec 13, 2023
2 parents 083765b + 453c6bc commit f14df50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions episodes/02-starting-with-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f14df50

Please sign in to comment.