aet04_main | R Documentation |
AET04
Table 1 (Default) Adverse Events by Highest NCI
CTACAE
AE
Grade Table 1.The AET04
table provides an
overview of adverse event with the highest NCI
CTCAE
grade per individual.
aet04_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
grade_groups = NULL,
...
)
aet04_pre(adam_db, ...)
aet04_post(tlg, prune_0 = TRUE, ...)
aet04
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
grade_groups |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t
of length 1.
Numbers represent absolute numbers of patients and fraction of N
, or absolute number of event when specified.
Remove zero-count rows unless overridden with prune_0 = FALSE
.
Events with missing grading values are excluded.
Split columns by arm, typically ACTARM
.
Does not include a total column by default.
Sort Body System or Organ Class and Dictionary-Derived Term by highest overall frequencies. Analysis Toxicity Grade is sorted by severity.
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).
aet04_main()
: Main TLG function
aet04_pre()
: Preprocessing
aet04_post()
: Postprocessing
adam_db
object must contain an adae
table with the columns "AEBODSYS"
, "AEDECOD"
and "ATOXGR"
.
grade_groups <- list(
"Grade 1-2" = c("1", "2"),
"Grade 3-4" = c("3", "4"),
"Grade 5" = c("5")
)
proc_data <- dunlin::log_filter(syn_data, AEBODSYS == "cl A.1", "adae")
run(aet04, proc_data, grade_groups = grade_groups)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.