egt02_2_main {chevron} | R Documentation |
EGT02_2
ECG Abnormalities Table.
Description
ECG Parameters outside Normal Limits Among Patients without Abnormality at Baseline Table.
Usage
egt02_2_main(
adam_db,
arm_var = "ACTARM",
lbl_overall = NULL,
exclude_base_abn = TRUE,
...
)
egt02_2
Arguments
adam_db |
( |
arm_var |
( |
lbl_overall |
( |
exclude_base_abn |
( |
... |
not used. |
Format
An object of class chevron_t
of length 1.
Details
Only count LOW or HIGH values.
Results of "LOW LOW" are treated as the same as "LOW", and "HIGH HIGH" the same as "HIGH".
Does not include a total column by default.
Does not remove zero-count rows unless overridden with
prune_0 = TRUE
.
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
-
egt02_2_main()
: Main TLG function
Note
-
adam_db
object must contain anadeg
table with the"PARAM"
,"ANRIND"
and"BNRIND"
columns.
Examples
run(egt02_2, syn_data)