Skip to content

Commit

Permalink
Update vignettes/adsl.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Straub <ben.x.straub@gsk.com>
  • Loading branch information
StefanThoma and bms63 authored Sep 24, 2024
1 parent fa21e81 commit 0dbbe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/adsl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ dataset_vignette(

Numeric and categorical variables (`AGE`, `RACE`, `COUNTRY`, etc.) may need to be grouped to perform
the required analysis.
`{admiral}` provides the `derive_vars_cat` function to create such groups.
`{admiral}` provides the `derive_vars_cat()` function to create such groups.
However, 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)`
Expand Down

0 comments on commit 0dbbe67

Please sign in to comment.