aet10_main | R Documentation |
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
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
... |
not used. |
tlg |
( |
atleast |
given cut-off in numeric format, default is |
An object of class chevron_t
of length 1.
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
.
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).
aet10_main()
: Main TLG function
aet10_pre()
: Preprocessing
aet10_post()
: Postprocessing
adam_db
object must contain an adae
table with the columns "AEDECOD"
.
run(aet10, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.