lbt04_main | R Documentation |
LBT04
Laboratory Abnormalities Not Present at Baseline Table.The LBT04
table provides an
overview of laboratory abnormalities not present at baseline.
lbt04_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
analysis_abn_var = "ANRIND",
baseline_abn_var = "BNRIND",
row_split_var = "PARCAT1",
page_var = tail(row_split_var, 1L),
...
)
lbt04_pre(adam_db, ...)
lbt04_post(tlg, ...)
lbt04
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
analysis_abn_var |
( |
baseline_abn_var |
( |
row_split_var |
( |
page_var |
( |
... |
not used. |
tlg |
( |
An object of class chevron_t
of length 1.
Only count LOW or HIGH values.
Lab test results with missing analysis_abn_var
values are excluded.
Split columns by arm, typically ACTARM
.
Does not 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).
lbt04_main()
: Main TLG function
lbt04_pre()
: Preprocessing
lbt04_post()
: Postprocessing
adam_db
object must contain an adlb
table with columns "PARCAT1"
, "PARCAT2"
, "PARAM"
, "ANRIND"
,
and column specified by arm_var
.
run(lbt04, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.