aet03: 'AET03' Table 1 (Default) Advert Events by Greatest Intensity...

aet03_mainR Documentation

AET03 Table 1 (Default) Advert Events by Greatest Intensity Table 1.

Description

An adverse events table categorized by System Organ Class, Dictionary-Derived Term and Greatest intensity.

Usage

aet03_main(adam_db, arm_var = "ACTARM", lbl_overall = NULL, ...)

aet03_pre(adam_db, ...)

aet03_post(tlg, prune_0 = TRUE, ...)

aet03

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

...

not used.

tlg

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

prune_0

(flag) remove 0 count rows

Format

An object of class chevron_t of length 1.

Details

  • Default Adverse Events by Greatest Intensity table.

  • Numbers represent absolute numbers of patients and fraction of N.

  • Remove zero-count rows unless overridden with prune_0 = FALSE.

  • Split columns by arm.

  • Does not include a total column by default.

  • Sort by Body System or Organ Class (SOC) and Dictionary-Derived Term (PT).

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

  • aet03_main(): Main TLG function

  • aet03_pre(): Preprocessing

  • aet03_post(): Postprocessing

Note

  • adam_db object must contain an adae table with the columns "AEBODSYS", "AEDECOD" and "ASEV".

Examples

run(aet03, syn_data)

chevron documentation built on June 20, 2025, 5:08 p.m.