From 52a11f8725c242c54d681f6f431236343d07b8ea Mon Sep 17 00:00:00 2001 From: "Pablo E. Garcia" Date: Fri, 10 Nov 2023 18:48:02 +0100 Subject: [PATCH] Fix typo in missing-values.qmd (#1595) --- missing-values.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/missing-values.qmd b/missing-values.qmd index 1f900a0..1f4012b 100644 --- a/missing-values.qmd +++ b/missing-values.qmd @@ -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