aet03_main | R Documentation |
AET03
Table 1 (Default) Advert Events by Greatest Intensity Table 1.An adverse events table categorized by System Organ Class, Dictionary-Derived Term and Greatest intensity.
aet03_main(adam_db, arm_var = "ACTARM", lbl_overall = NULL, ...)
aet03_pre(adam_db, ...)
aet03_post(tlg, prune_0 = TRUE, ...)
aet03
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t
of length 1.
Default Adverse Events by Greatest Intensity table.
Numbers represent absolute numbers of patients and fraction of N
.
Remove zero-count rows unless overridden with prune_0 = FALSE
.
Split columns by arm.
Does not include a total column by default.
Sort by Body System or Organ Class (SOC
) and Dictionary-Derived Term (PT
).
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).
aet03_main()
: Main TLG function
aet03_pre()
: Preprocessing
aet03_post()
: Postprocessing
adam_db
object must contain an adae
table with the columns "AEBODSYS"
, "AEDECOD"
and "ASEV"
.
run(aet03, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.