AET01_AESI
Table 1 (Default) Adverse Event of Special Interest Summary Table.AET01_AESI
Table 1 (Default) Adverse Event of Special Interest Summary Table.
aet01_aesi_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
aesi_vars = NULL,
grade_groups = NULL,
...
)aet01_aesi_pre(adam_db, ...)
aet01_aesi_post(tlg, prune_0 = FALSE, ...)
aet01_aesi
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
(character
) the AESI
variables to be included in the summary. Defaults to NA
.
(list
) the grade groups to be displayed.
not used.
(TableTree
, Listing
or ggplot
) object typically produced by a main
function.
(flag
) remove 0 count rows
aet01_aesi_main()
: Main TLG function
aet01_aesi_pre()
: Preprocessing
aet01_aesi_post()
: Postprocessing
Does not remove rows with zero counts by default.