LBT14
Laboratory Test Results Shift Table – Highest NCI-CTCAE
Grade Post-Baseline by
Baseline Grade (Low or High Direction).
Source: R/lbt14.R
lbt14.Rd
LBT14
Laboratory Test Results Shift Table – Highest NCI-CTCAE
Grade Post-Baseline by
Baseline Grade (Low or High Direction).
Usage
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
Arguments
- adam_db
(
list
ofdata.frames
) object containing theADaM
datasets- arm_var
(
string
) variable used for column splitting- lbl_overall
(
string
) label used for overall column, if set toNULL
the overall column is omitted- gr_missing
(
string
) how missing baseline grades should be handled. Defaults to"incl"
to include the"Missing"
level. Other options are"excl"
to exclude patients with missing baseline grades and"gr_0"
to convert missing baseline grades to grade 0.- page_var
(
string
) variable name prior to which the row split is by page.- ...
not used.
- direction
(
string
) one of"high"
or"low"
indicating which shift direction should be detailed.- tlg
(
TableTree
,Listing
orggplot
) object typically produced by amain
function.- prune_0
(
flag
) remove 0 count rows
Value
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).
Details
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"
whendirection = "low"
. Conversely, whendirection = "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
.
Note
adam_db
object must contain anadlb
table with columns"USUBJID"
,"PARAM"
,"BTOXGR"
,"ATOXGR"
, and the column specified byarm_var
.
Examples
run(lbt14, syn_data)
#> Baseline Toxicity Grade A: Drug X B: Placebo C: Combination
#> Post-baseline NCI-CTCAE Grade (N=15) (N=15) (N=15)
#> ———————————————————————————————————————————————————————————————————————————————
#> Alanine Aminotransferase Measurement
#> Not Low 13 13 14
#> Not Low 6 (40.0%) 5 (33.3%) 9 (60.0%)
#> 1 3 (20.0%) 2 (13.3%) 2 (13.3%)
#> 2 0 1 (6.7%) 1 (6.7%)
#> 3 3 (20.0%) 3 (20.0%) 2 (13.3%)
#> 4 1 (6.7%) 2 (13.3%) 0
#> 1 1 1 0
#> Not Low 0 1 (6.7%) 0
#> 3 1 (6.7%) 0 0
#> 2 0 0 1
#> Not Low 0 0 1 (6.7%)
#> 3 0 1 0
#> Not Low 0 1 (6.7%) 0
#> 4 1 0 0
#> 3 1 (6.7%) 0 0
#> C-Reactive Protein Measurement
#> Not Low 14 11 13
#> Not Low 9 (60.0%) 9 (60.0%) 4 (26.7%)
#> 1 2 (13.3%) 1 (6.7%) 3 (20.0%)
#> 2 0 1 (6.7%) 2 (13.3%)
#> 3 2 (13.3%) 0 3 (20.0%)
#> 4 1 (6.7%) 0 1 (6.7%)
#> 1 0 1 0
#> Not Low 0 1 (6.7%) 0
#> 2 0 1 0
#> 2 0 1 (6.7%) 0
#> 3 1 1 1
#> Not Low 1 (6.7%) 1 (6.7%) 0
#> 3 0 0 1 (6.7%)
#> 4 0 1 1
#> Not Low 0 1 (6.7%) 1 (6.7%)
#> Immunoglobulin A Measurement
#> Not Low 13 14 13
#> Not Low 7 (46.7%) 10 (66.7%) 7 (46.7%)
#> 1 2 (13.3%) 1 (6.7%) 0
#> 2 1 (6.7%) 0 2 (13.3%)
#> 3 2 (13.3%) 1 (6.7%) 4 (26.7%)
#> 4 1 (6.7%) 2 (13.3%) 0
#> 1 1 1 0
#> Not Low 1 (6.7%) 0 0
#> 2 0 1 (6.7%) 0
#> 3 1 0 1
#> Not Low 1 (6.7%) 0 0
#> 4 0 0 1 (6.7%)
#> 4 0 0 1
#> 4 0 0 1 (6.7%)