mht01_label | R Documentation |
MHT01
Medical History Table.The MHT01
table provides an overview of the subjects medical
history by SOC and Preferred Term.
mht01_label
mht01_main(
adam_db,
arm_var = "ARM",
row_split_var = "MHBODSYS",
lbl_overall = NULL,
summary_labels = list(all = mht01_label),
...
)
mht01_pre(adam_db, ...)
mht01_post(tlg, row_split_var = "MHBODSYS", prune_0 = TRUE, ...)
mht01
adam_db |
( |
arm_var |
( |
row_split_var |
( |
lbl_overall |
( |
summary_labels |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class character
of length 2.
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
.
Split columns by arm.
Does not include a total column by default.
Order by row_split_var
alphabetically and medical condition by decreasing total number of
patients with the specific condition.
summary_labels
is used to control the summary for each level. If "all" is used, then each split will have that
summary statistic with the labels. One special case is "TOTAL", this is for the overall population.
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).
mht01_label
: Default labels
mht01_main()
: Main TLG function
mht01_pre()
: Preprocessing
mht01_post()
: Postprocessing
adam_db
object must contain an admh
table with columns "MHBODSYS"
and "MHDECOD"
.
run(mht01, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.