Learn R Programming

chevron (version 0.2.7)

egt02_1_main: EGT02 ECG Abnormalities Table.

Description

ECG Parameters outside Normal Limits Regardless of Abnormality at Baseline Table.

Usage

egt02_1_main(
  adam_db,
  arm_var = "ACTARM",
  lbl_overall = NULL,
  exclude_base_abn = FALSE,
  ...
)

egt02_pre(adam_db, ...)

egt02_post(tlg, ...)

egt02_1

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

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.

tlg

(TableTree, Listing or ggplot) object typically produced by a main function.

Functions

  • egt02_1_main(): Main TLG function

  • egt02_pre(): Preprocessing

  • egt02_post(): Postprocessing

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.

Examples

Run this code
run(egt02_1, syn_data)

Run the code above in your browser using DataLab