Learn R Programming

chevron (version 0.2.7)

aet10_main: AET10 Table 1 (Default) Most Common (xx%) Adverse Events Preferred Terms Table 1.

Description

The AET10 table Include Adverse Events occurring with user-specified threshold X% in at least one of the treatment groups. Standard table summarized by preferred term (PT). Order the data by total column frequency from most to least frequently reported PT (regardless of SOC).

Usage

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

aet10_pre(adam_db, ...)

aet10_post(tlg, atleast = 0.05, ...)

aet10

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

...

not used.

tlg

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

atleast

given cut-off in numeric format, default is 0.05

Functions

  • aet10_main(): Main TLG function

  • aet10_pre(): Preprocessing

  • aet10_post(): Postprocessing

Details

  • Numbers represent absolute numbers of subject and fraction of N, or absolute number of event when specified.

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

  • Split columns by arm.

  • Does not include a total column by default.

  • Sort Dictionary-Derived Code (AEDECOD) by highest overall frequencies.

  • Missing values in AEDECOD are labeled by No Coding Available.

Examples

Run this code
run(aet10, syn_data)

Run the code above in your browser using DataLab