Skip to content

Commit

Permalink
Update book/listings/adverse-events/ael03.qmd
Browse files Browse the repository at this point in the history
Co-authored-by: Emily de la Rua <[email protected]>
Signed-off-by: Davide Garolini <[email protected]>
  • Loading branch information
Melkiades and edelarua authored Nov 25, 2024
1 parent 072b28a commit 1682402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/listings/adverse-events/ael03.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ library(dplyr)
library(rlistings)
adae <- random.cdisc.data::cadae
adae$AESCONG[which(adae$AESER == "Y")[seq(3)]] <- "Y" # To mimick correct possibility of overlap
adae$AESCONG[which(adae$AESER == "Y")[seq(3)]] <- "Y" # To mimic possibility of overlap
out <- adae %>%
filter(AESER == "Y") %>%
Expand Down

0 comments on commit 1682402

Please sign in to comment.