dmt01_main | R Documentation |
DMT01
Table 1 (Default) Demographics and Baseline Characteristics Table 1.For each variable, summary statistics are
by default based on the number of patients in the corresponding n
row.
dmt01_main(
adam_db,
arm_var = "ARM",
lbl_overall = "All {Patient_label}",
summaryvars = c("AAGE", "AGEGR1", "SEX", "ETHNIC", "RACE"),
stats = list(default = c("n", "mean_sd", "median", "range", "count_fraction")),
precision = list(),
...
)
dmt01_pre(adam_db, ...)
dmt01_post(tlg, prune_0 = TRUE, ...)
dmt01
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
summaryvars |
( |
stats |
(named |
precision |
(named |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t
of length 1.
Information from ADSUB
are generally included into ADSL
before analysis.
Default demographic and characteristics table
If not specified otherwise, numbers represent absolute numbers of patients and fraction of N
Remove zero-count rows
Split columns by arm (planned or actual / code or description)
Include a total column 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).
dmt01_main()
: Main TLG function
dmt01_pre()
: Preprocessing
dmt01_post()
: Postprocessing
adam_db
object must contain an adsl
table with the columns specified in summaryvars
.
run(dmt01, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.