lbt14_main | R Documentation |
LBT14
Laboratory Test Results Shift Table – Highest NCI-CTCAE
Grade Post-Baseline by
Baseline Grade (Low or High Direction).LBT14
Laboratory Test Results Shift Table – Highest NCI-CTCAE
Grade Post-Baseline by
Baseline Grade (Low or High Direction).
lbt14_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
gr_missing = "incl",
page_var = "PARAMCD",
...
)
lbt14_pre(adam_db, gr_missing = "incl", direction = "low", ...)
lbt14_post(tlg, prune_0 = TRUE, ...)
lbt14
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
gr_missing |
( |
page_var |
( |
... |
not used. |
direction |
( |
tlg |
( |
prune_0 |
( |
An object of class chevron_t
of length 1.
This table follows ADaMIG v1.1.
Only the worst grade recorded for each patient is included in the table.
If no missing baseline lab results, the "Missing" level of BTOXGR
is excluded.
Grading takes value from -4 to 4, negative value means the abnormality direction is low, positive value means the abnormality direction is high.
Grades 0, 1, 2, 3, and 4 are counted as "Not Low"
when direction = "low"
. Conversely, when direction = "high"
, Grades 0, -1, -2, -3, and -4 are counted as '"Not High".
Remove zero-count rows unless overridden with prune_0 = FALSE
.
Split columns by arm, typically ACTARM
.
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).
lbt14_main()
: Main TLG function
lbt14_pre()
: Preprocessing
lbt14_post()
: Postprocessing
adam_db
object must contain an adlb
table with columns "USUBJID"
, "PARAM"
, "BTOXGR"
, "ATOXGR"
,
and the column specified by arm_var
.
run(lbt14, syn_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.