Skip to contents

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

Format

An object of class chevron_t of length 1.

Arguments

adam_db

(list of data.frames) object containing the ADaM datasets

arm_var

(string) variable used for column splitting

lbl_overall

(string) label used for overall column, if set to NULL the overall column is omitted

exclude_base_abn

(flag) whether baseline abnormality should be excluded.

...

not used.

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 function

Note

  • adam_db object must contain an adeg table with the "PARAM", "ANRIND" and "BNRIND" columns.

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%)