Generates a basic summary of AE in the provided data

By default only drug related AE are considered (AEDRGREL column=1) but this can be extended to all AEs (AEDRGREL=0 or 1). Provides information per AE in the data (NAME column) about: how many unique subjects (USUBJID column), how many unique subjects with a defined AE (AE column), Provides frequency in percent and the 95% CI determined with Clopper-Pearson test. Also provides range of grades (min-max) (AEGRADE column).

summaryN_IQRaedataER(
  data,
  FLAG_AEDRGREL_ONLY = TRUE,
  SIGNIF = 3,
  filename = NULL,
  title = "Summary of AE in data"
)

Arguments

data

Dataset with at least the above mentioned columns

FLAG_AEDRGREL_ONLY

If TRUE then only AEDRGREL=1 AEs will be considered.

SIGNIF

Number of significant digits (not used for interger numbers)

filename

Filename to where to store the IQRoutputTable object

title

Title of the output table

Value

Returns an IQRoutputTable object