aesi is a modified version of the random.cdisc.data::cadae dataset,
filtered to include only analysis-flagged records (ANL01FL == "Y") and
extended with binary indicator variables corresponding to adverse events of
special interest (AESIs).
aesiA data.frame with a subset of rows from cadae and additional
derived columns including:
Logical flag for fatal AEs (AESDTH == "Y").
Logical flag for severe AEs (AESEV == "SEVERE").
Logical flag for serious AEs (AESER == "Y").
Serious AE leading to withdrawal (AESER == "Y" & AEACN == "DRUG WITHDRAWN").
Serious AE leading to dose modification/interruption.
Serious and related AE.
AE leading to withdrawal.
AE leading to dose modification/interruption.
Related AE.
Related AE leading to withdrawal.
Related AE leading to dose modification/interruption.
These derived flags include seriousness, severity, fatality, relatedness, and treatment consequence (e.g., dose modification or withdrawal), and are used to illustrate key safety summaries in clinical reporting.
Each derived variable is labeled using with_label() for compatibility
with tabulation functions.
This dataset is included in {dtlg} to support function testing, usage
examples, and reproducible safety analyses.
random.cdisc.data::cadae, multi_event_true()