Skip to content

Commit

Permalink
update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanThoma committed Jan 21, 2025
1 parent 6bff2a2 commit 50e75ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/adsl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50e75ef

Please sign in to comment.