lbt07_main {chevron} | R Documentation |
LBT07
Table 1 (Default) Laboratory Test Results and Change from Baseline by Visit.
Description
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.
Usage
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, ...)
lbt07
Arguments
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
param_var |
( |
grad_dir_var |
( |
grad_anl_var |
( |
... |
not used. |
tlg |
( |
prune_0 |
( |
Format
An object of class chevron_t
of length 1.
Details
Split columns by arm, typically
ACTARM
.
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).
Functions
-
lbt07_main()
: Main TLG function -
lbt07_pre()
: Preprocessing -
lbt07_post()
: Postprocessing
Note
-
adam_db
object must contain anadlb
table with columns"USUBJID"
,"ATOXGR"
,"ONTRTFL"
and column specified byarm_var
.
Examples
run(lbt07, syn_data)