| aet01_main {chevron} | R Documentation |
AET01 Table 1 (Default) Overview of Deaths and Adverse Events Summary Table 1.
Description
AET01 Table 1 (Default) Overview of Deaths and Adverse Events Summary Table 1.
Usage
aet01_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
anl_vars = list(safety_var = c("FATAL", "SER", "SERWD", "SERDSM", "RELSER", "WD",
"DSM", "REL", "RELWD", "RELDSM", "SEV")),
anl_lbls = "Total number of {patient_label} with at least one",
...
)
aet01_pre(adam_db, ...)
aet01_post(tlg, prune_0 = FALSE, ...)
aet01
Arguments
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
anl_vars |
Named ( |
anl_lbls |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
Format
An object of class chevron_t of length 1.
Details
Does not remove rows with zero counts by default.
Value
the main function returns an rtables object.
the preprocessing function returns a list of data.frame.
the postprocessing function returns an rtables object or an ElementaryTable (null report).
Functions
-
aet01_main(): Main TLG function -
aet01_pre(): Preprocessing -
aet01_post(): Postprocessing
Note
-
adam_dbobject must contain anadsltable with the"DTHFL"and"DCSREAS"columns. -
adam_dbobject must contain anadaetable with the columns passed toanl_vars.
Examples
run(aet01, syn_data, arm_var = "ARM")