| aet01_aesi_main {chevron} | R Documentation |
AET01_AESI Table 1 (Default) Adverse Event of Special Interest Summary Table.
Description
AET01_AESI Table 1 (Default) Adverse Event of Special Interest Summary Table.
Usage
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
Arguments
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
aesi_vars |
( |
grade_groups |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
Format
An object of class chevron_t of length 1.
Details
Does not remove rows with zero counts by default.
Value
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).
Functions
-
aet01_aesi_main(): Main TLG function -
aet01_aesi_pre(): Preprocessing -
aet01_aesi_post(): Postprocessing
Note
-
adam_dbobject must contain anadaetable with columns"AEOUT","AEACN","AECONTRT","AESER","AREL", and the column specified byarm_var. -
aesi_varsmay contain any/all of the following variables to display:"ALLRESWD","ALLRESDSM","ALLRESCONTRT","NOTRESWD","NOTRESDSM","NOTRESCONTRT","SERWD","SERDSM","SERCONTRT","RELWD","RELDSM","RELCONTRT","RELSER". -
aesi_varsvariable prefixes are defined as follows:-
"ALLRES"= "all non-fatal adverse events resolved" -
"NOTRES"= "at least one unresolved or ongoing non-fatal adverse event" -
"SER"= "serious adverse event" -
"REL"= "related adverse event"
-
-
aesi_varsvariable suffixes are defined as follows:-
"WD"= "patients with study drug withdrawn" -
"DSM"= "patients with dose modified/interrupted" -
"CONTRT"= "patients with treatment received"
-
Several
aesi_varscan be added to the table at once:-
aesi_vars = "ALL"will include all possibleaesi_vars. Including
"ALL_XXX"inaesi_varswhereXXXis one of the prefixes listed above will include allaesi_varswith that prefix.
-
Examples
run(aet01_aesi, syn_data)