Generation of contingency table for AEs and categorical covariates

Generates a single table for all AEs in the dataset and all defined categorical covariate columns.

contingency_IQRaedataER(
  data,
  catcovs,
  title = NULL,
  filename = NULL,
  SIGNIF = 4
)

Arguments

data

IQRaedataER object

catcovs

Character vector with categorical covariate names to use

title

Title to display as caption of the table

filename

Filename possibly including path

SIGNIF

Number of significant digits for percentage calculation

Value

Export as IQRoutputTable text file.