LBT07 Table 1 (Default) Laboratory Test Results and Change from Baseline by Visit.The LBT07 table provides an
overview of the analysis values and its change from baseline of each respective arm over the course of the trial.
lbt07_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
param_var = "PARAM",
grad_dir_var = "GRADE_DIR",
grad_anl_var = "GRADE_ANL",
...
)lbt07_pre(adam_db, ...)
lbt07_post(tlg, prune_0 = TRUE, keep = "Any", ...)
lbt07
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).
An object of class chevron_t of length 1.
(list of data.frames) object containing the ADaM datasets
(string) variable used for column splitting
(string) label used for overall column, if set to NULL the overall column is omitted
(string) the name of the column storing the parameters name.
(string) the name of the column storing the grade direction variable which is required in
order to obtain the correct denominators when building the layout as it is used to define row splitting.
(string) the name of the column storing toxicity grade variable where all negative values from
ATOXGR are replaced by their absolute values.
not used.
(TableTree, Listing or ggplot) object typically produced by a main function.
(flag) remove 0 count rows
(character) the levels to keep in the table even if they are empty. If NULL, all levels are pruned.
lbt07_main(): Main TLG function
lbt07_pre(): Preprocessing
lbt07_post(): Postprocessing
Split columns by arm, typically ACTARM.