AET01
Table 1 (Default) Overview of Deaths and Adverse Events Summary Table 1.AET01
Table 1 (Default) Overview of Deaths and Adverse Events Summary Table 1.
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",
show_wd = TRUE,
...
)aet01_pre(adam_db, ...)
aet01_post(tlg, prune_0 = FALSE, ...)
aet01
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).
An object of class chevron_t
of length 1.
(list
of data.frames
) object containing the ADaM
datasets
(string
) variable used for column splitting
(string
) label used for overall column, if set to NULL
the overall column is omitted
Named (list
) of (character
) variables the safety variables to be summarized.
(character
) of analysis labels.
(flag
) whether to display the number of patients withdrawn from study due to an adverse event and
the number of death.
not used.
(TableTree
, Listing
or ggplot
) object typically produced by a main
function.
(flag
) remove 0 count rows
aet01_main()
: Main TLG function
aet01_pre()
: Preprocessing
aet01_post()
: Postprocessing
Does not remove rows with zero counts by default.
run(aet01, syn_data, arm_var = "ARM")
Run the code above in your browser using DataLab