dst01_main | R Documentation |
The DST01 Disposition Table provides an overview of patients study completion. For patients who discontinued the study a reason is provided.
dst01_main(
adam_db,
arm_var = "ARM",
lbl_overall = "All {Patient_label}",
study_status_var = "EOSSTT",
detail_vars = list(Discontinued = c("DCSREAS")),
trt_status_var = NULL,
...
)
dst01_pre(adam_db, ...)
dst01_post(tlg, prune_0 = TRUE, ...)
dst01
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
study_status_var |
( |
detail_vars |
Named ( |
trt_status_var |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t
of length 1.
Default patient disposition table summarizing the reasons for patients withdrawal.
Numbers represent absolute numbers of patients and fraction of N
.
Remove zero-count rows.
Split columns by arm.
Include a total column by default.
Sort withdrawal reasons by alphabetic order.
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).
dst01_main()
: Main TLG function
dst01_pre()
: Preprocessing
dst01_post()
: Postprocessing
adam_db
object must contain an adsl
table with the columns specified by status_var
and disc_reason_var
.
run(dst01, syn_data, detail_vars = list(Ongoing = "STDONS"))
run(dst01, syn_data, detail_vars = list(Discontinued = "DCSREAS", Ongoing = "STDONS"))
run(
dst01, syn_data,
detail_vars = list(
Discontinued = c("DCSREASGP", "DCSREAS"),
Ongoing = "STDONS"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.