lbt06_main | R Documentation |
LBT06
Table 1 (Default) Laboratory Abnormalities by Visit and Baseline Status Table 1.The LBT06
table produces the standard laboratory abnormalities by visit and
baseline status summary.
lbt06_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
page_var = "PARAMCD",
...
)
lbt06_pre(adam_db, ...)
lbt06_post(tlg, prune_0 = FALSE, ...)
lbt06
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
page_var |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
An object of class chevron_t
of length 1.
Only count "LOW"
or "HIGH"
values for ANRIND
and BNRIND
.
Lab test results with missing ANRIND
values are excluded.
Split columns by arm, typically ACTARM
.
Keep zero count rows 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).
lbt06_main()
: Main TLG function
lbt06_pre()
: Preprocessing
lbt06_post()
: Postprocessing
adam_db
object must contain an adlb
table with columns "AVISIT"
, "ANRIND"
, "BNRIND"
,
"ONTRTFL"
, and "PARCAT2"
, and column specified by arm_var
.
run(lbt06, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.