aet01_main | R Documentation |
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
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
anl_vars |
Named ( |
anl_lbls |
( |
show_wd |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t
of length 1.
Does not remove rows with zero counts by default.
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).
aet01_main()
: Main TLG function
aet01_pre()
: Preprocessing
aet01_post()
: Postprocessing
adam_db
object must contain an adsl
table with the "DTHFL"
and "DCSREAS"
columns.
adam_db
object must contain an adae
table with the columns passed to anl_vars
.
run(aet01, syn_data, arm_var = "ARM")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.