From 1ec836d2551525ac63d1b11d65726c3512a10c5a Mon Sep 17 00:00:00 2001 From: Michael Stackhouse Date: Mon, 19 Feb 2024 12:30:29 -0500 Subject: [PATCH] Update vignettes/metadata.Rmd Co-authored-by: Eli Miller --- vignettes/metadata.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/metadata.Rmd b/vignettes/metadata.Rmd index c41d9a2b..abdf4e78 100644 --- a/vignettes/metadata.Rmd +++ b/vignettes/metadata.Rmd @@ -121,7 +121,7 @@ cat(c("tplyr_adsl %>%\n", ### Anti Joins -Most data presented within a table refers back to the target dataset from which data are being summarized. In some cases, data presented may refer to information _excluded_ from the summary. This is the case when you use the **Tplyr** function `add_missing_subjects_row()`. In this case, the counts presented refer to data excluded from the target which are present into the population data. The metadata thus need to refer to that excluded data. To handle this, there's an additional field called an 'Anti Join'. Consider this example: +Most data presented within a table refers back to the target dataset from which data are being summarized. In some cases, data presented may refer to information _excluded_ from the summary. This is the case when you use the **Tplyr** function `add_missing_subjects_row()`. In this case, the counts presented refer to data excluded from the target which are present in the population data. The metadata thus needs to refer to that excluded data. To handle this, there's an additional field called an 'Anti Join'. Consider this example: ```{r anti_join1} t <- tplyr_table(tplyr_adae, TRTA) %>%