Fix typo in missing-values.qmd (#1595)

This commit is contained in:
Pablo E. Garcia 2023-11-10 18:48:02 +01:00 committed by GitHub
parent 1cf7198a6d
commit 52a11f8725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ You first saw them in @sec-data-visualization where they resulted in a warning w
Now we'll come back to them in more depth, so you can learn more of the details.
We'll start by discussing some general tools for working with missing values recorded as `NA`s.
We'll then explore the idea of implicitly missing values, values are that are simply absent from your data, and show some tools you can use to make them explicit.
We'll then explore the idea of implicitly missing values, values that are simply absent from your data, and show some tools you can use to make them explicit.
We'll finish off with a related discussion of empty groups, caused by factor levels that don't appear in the data.
### Prerequisites