diff --git a/articles/mutations.html b/articles/mutations.html index 795ea84..97cbf6e 100644 --- a/articles/mutations.html +++ b/articles/mutations.html @@ -164,12 +164,13 @@ #> 9 9 NA NA REDACTED NA REFUSED #> 10 10 NA NA REDACTED RED NA #> 11 11 NA NA REDACTED NA REFUSED -
Let’s look at another example. Say our study was supposed to only let
-participants choose between RED
and YELLOW
for
-their favorite colors – but for some reason BLUE
was
-included as an option because of a technical glitch. In this situation,
-we’d want to set all responses that weren’t RED
and
-YELLOW
to be considered missing:
Before I reveal a better way to go about this, let’s look at another
+motivating example. Say our study was supposed to only let participants
+choose between RED
and YELLOW
for their
+favorite colors – but for some reason BLUE
was included as
+an option because of a technical glitch. In this situation, we’d want to
+set all responses that weren’t RED
and YELLOW
+to be considered missing:
df |>
mutate(
diff --git a/pkgdown.yml b/pkgdown.yml
index 095a304..49edf19 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -7,7 +7,7 @@ articles:
interlacer: interlacer.html
mutations: mutations.html
other-approaches: other-approaches.html
-last_built: 2024-03-05T19:28Z
+last_built: 2024-03-05T19:54Z
urls:
reference: http://kylehusmann.com/interlacer/reference
article: http://kylehusmann.com/interlacer/articles