EGT02
Table 2 (Supplementary) ECG Abnormalities Table 2.
egt02_2.Rd
Assessments Outside Normal Limits Among Subject Without Abnormality at Baseline.
Usage
egt02_2_main(
adam_db,
arm_var = "ACTARM",
lbl_vs_assessment = "Assessment",
lbl_vs_abnormality = "Abnormality",
lbl_overall = NULL,
deco = std_deco("EGT02_2"),
...
)
egt02_2_lyt(
arm_var = "ACTARM",
lbl_vs_assessment = "Assessment",
lbl_vs_abnormality = "Abnormality",
lbl_overall = NULL,
deco = std_deco("EGT02_2")
)
egt02_2_pre(adam_db, ...)
egt02_2_post(tlg, ...)
egt02_2
Arguments
- adam_db
(
dm
) object containing theADaM
datasets- arm_var
(
character
) variable used for column splitting- lbl_vs_assessment
(
character
) the label of the assessment variable.- lbl_vs_abnormality
(
character
) the label of the abnormality variable.- lbl_overall
(
character
) label used for overall column, if set toNULL
the overall column is omitted- deco
(
character
) decoration withtitle
,subtitles
andmain_footer
content- ...
not used.
- tlg
(
TableTree
,Listing
orggplot
) object typically produced by amain
function.
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
.
Functions
egt02_2_main()
: Main TLG functionegt02_2_lyt()
: Layoutegt02_2_pre()
: Preprocessingegt02_2_post()
: Postprocessing
Examples
run(egt02_2, syn_data)
#> Assessment A: Drug X B: Placebo C: Combination
#> Abnormality (N=134) (N=134) (N=132)
#> ———————————————————————————————————————————————————————————————
#> Heart Rate
#> Low 43/128 (33.6%) 47/124 (37.9%) 40/117 (34.2%)
#> High 41/127 (32.3%) 46/129 (35.7%) 38/122 (31.1%)
#> QT Duration
#> Low 32/113 (28.3%) 48/126 (38.1%) 46/124 (37.1%)
#> High 36/125 (28.8%) 47/130 (36.2%) 33/119 (27.7%)
#> RR Duration
#> Low 51/129 (39.5%) 30/123 (24.4%) 44/126 (34.9%)
#> High 32/127 (25.2%) 50/122 (41%) 34/125 (27.2%)