From d1177af0a4123467480e65c73ac778f645702a3b Mon Sep 17 00:00:00 2001 From: StefanThoma <40463122+StefanThoma@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:42:44 +0100 Subject: [PATCH] Closes #2647 Minor fix for adsl vignette (#2650) update vignette --- vignettes/adsl.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vignettes/adsl.Rmd b/vignettes/adsl.Rmd index f620607768..26dbd96393 100644 --- a/vignettes/adsl.Rmd +++ b/vignettes/adsl.Rmd @@ -683,8 +683,8 @@ each condition, e.g., `AGEGR1` and `AGEGR1N`. Additionally, one needs to be careful when considering the order of the conditions in the lookup table. The category is assigned based on the first match. -That means *catch-all* conditions must come after specific conditions, e.g. `!is.na(AGE)` -must come after `AGE < 18`. +That means *catch-all* conditions must come after specific conditions, e.g. `!is.na(COUNTRY)` +must come after `COUNTRY %in% c("CAN", "USA")`. ```{r eval=TRUE} # create lookup tables