Skip to content

Commit

Permalink
update vignettes and correct spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestguevarra committed Nov 26, 2020
1 parent cc977c4 commit c76937b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/flagging.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ returns:
table(svy$flag)
```

This table shows the relative frequency of detected problems. See previou table to find the meaning of each of the codes. The number of flagged records can be found using:
This table shows the relative frequency of detected problems. See previous table to find the meaning of each of the codes. The number of flagged records can be found using:

```{r, echo = TRUE, eval = FALSE}
table(svy$flag != 0)["TRUE"]
Expand Down
2 changes: 1 addition & 1 deletion vignettes/rl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ If you have fixed the problems in the data this should return:
x[outliersUV(x$muac, fence = 3), ]
```

The `edit()` function works differently on different operating systems and with different graphical user interfaces. If you are using *RStudio* or *RAnalyticFlow* on OS X you will need to install *XQuartz* if you want to use the `edit()` function. *XQuarts* is available from:
The `edit()` function works differently on different operating systems and with different graphical user interfaces. If you are using *RStudio* or *RAnalyticFlow* on OS X you will need to install *XQuartz* if you want to use the `edit()` function. *XQuartz* is available from:

[https://www.xquartz.org/index.html](https://www.xquartz.org/index.html)

Expand Down

0 comments on commit c76937b

Please sign in to comment.