AET10
Table 1 (Default) Most Common (xx%) Adverse Events Preferred Terms Table 1.The AET10
table Include Adverse Events occurring with user-specified threshold X% in at least
one of the treatment groups. Standard table summarized by preferred term (PT).
Order the data by total column frequency from most to least frequently reported PT (regardless of SOC).
aet10_main(adam_db, arm_var = "ACTARM", lbl_overall = NULL, ...)aet10_pre(adam_db, ...)
aet10_post(tlg, atleast = 0.05, ...)
aet10
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
not used.
(TableTree
, Listing
or ggplot
) object typically produced by a main
function.
given cut-off in numeric format, default is 0.05
aet10_main()
: Main TLG function
aet10_pre()
: Preprocessing
aet10_post()
: Postprocessing
Numbers represent absolute numbers of subject and fraction of N
, or absolute number of event when specified.
Remove zero-count rows unless overridden with prune_0 = FALSE
.
Split columns by arm.
Does not include a total column by default.
Sort Dictionary-Derived Code (AEDECOD
) by highest overall frequencies.
Missing values in AEDECOD
are labeled by No Coding Available
.