Generates a basic summary of AE in the provided data
summaryN_IQRaedataER.Rd
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
Value
Returns an IQRoutputTable object
See also
Other IQRdataER:
addLabel_IQRaedataER()
,
createAEdata_IQRdataGENERAL()
,
exportXPT_IQRaedataER()
,
export_IQRaedataER()
,
load_IQRaedataER()
,
plotCorCat_IQRdataER()
,
plotCorCovCat_IQRdataER()
,
plotCorCov_IQRdataER()
,
plotIndivAE_IQRdataGENERAL()
,
print.IQRaedataER()
,
summaryCat_IQRdataER()
,
summaryCov_IQRdataER()
,
summary_IQRaedataER()
Other IQRaedataER:
contingency_IQRaedataER()
,
is_IQRaedataER()
,
plotCorCat_IQRdataER()
,
plotCorCovCat_IQRdataER()
,
plotCorCov_IQRdataER()
,
plotcontcovAE_IQRaedataER()
,
summary.IQRaedataER()
,
summary_IQRaedataER()