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.

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

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=15)         (N=15)          (N=15)    
#>   ———————————————————————————————————————————————————————————
#>   Heart Rate                                                 
#>     Low          4/15 (26.7%)   5/14 (35.7%)    4/15 (26.7%) 
#>     High         3/13 (23.1%)    3/15 (20%)     3/14 (21.4%) 
#>   QT Duration                                                
#>     Low          2/12 (16.7%)    6/15 (40%)     3/14 (21.4%) 
#>     High         3/14 (21.4%)    6/15 (40%)     2/14 (14.3%) 
#>   RR Duration                                                
#>     Low           9/15 (60%)    3/13 (23.1%)    5/14 (35.7%) 
#>     High         4/13 (30.8%)   5/13 (38.5%)     3/15 (20%)