powered by
DTHT01
A description of the causes of death optionally with the breakdown of the OTHER category and/or post-study reporting of death.
OTHER
dtht01_main( adam_db, arm_var = "ACTARM", lbl_overall = NULL, other_category = FALSE, time_since_last_dose = FALSE, ... )dtht01_pre(adam_db, ...)dtht01_post(tlg, prune_0 = TRUE, ...)dtht01
dtht01_pre(adam_db, ...)
dtht01_post(tlg, prune_0 = TRUE, ...)
dtht01
the main function returns an rtables object.
rtables
the preprocessing function returns a list of data.frame.
list
data.frame
the postprocessing function returns an rtables object or an ElementaryTable (null report).
ElementaryTable
An object of class chevron_t of length 1.
chevron_t
(list of data.frames) object containing the ADaM datasets
data.frames
ADaM
(string) variable used for column splitting
string
(string) label used for overall column, if set to NULL the overall column is omitted
NULL
(flag) should the breakdown of the OTHER category be displayed.
flag
(flag) should the time to event information be displayed.
not used.
(TableTree, Listing or ggplot) object typically produced by a main function.
TableTree
Listing
ggplot
main
(flag) remove 0 count rows
dtht01_main(): Main TLG function
dtht01_main()
dtht01_pre(): Preprocessing
dtht01_pre()
dtht01_post(): Postprocessing
dtht01_post()
Numbers represent absolute numbers of subjects and fraction of N, or absolute numbers when specified.
N
Remove zero-count rows unless overridden with prune_0 = FALSE.
prune_0 = FALSE
Does not include a total column by default.
run(dtht01, syn_data) run(dtht01, syn_data, other_category = TRUE, time_since_last_dose = TRUE)
Run the code above in your browser using DataLab