- contin_table
A data matrix of an \(I\) x \(J\) contingency table
with row (adverse event) and column (drug or vaccine) names. Please first
check the input contingency table using the function
check_and_fix_contin_table()
.
- col_specific_cutoff
Logical. In the second step of the algorithm,
whether to apply boxplot method to the standardized Pearson residuals of
the entire table, or within each drug or vaccine column.
Default is TRUE
, that is within each drug or vaccine column
(column specific cutoff). FALSE
indicates
applying boxplot method on residuals of the entire table.
- separate
Logical. In the second step of the algorithm, whether to
separate the standardized Pearson residuals for the zero cells and non zero
cells and apply boxplot method separately or together.
Default is TRUE
.
- if_col_cor
Logical. In the third step of the algorithm, whether to use
column (drug or vaccine) correlation or row (adverse event) correlation.
Default is FALSE
, that is using the adverse event correlation.
TRUE
indicates using drug or vaccine correlation.
- cor_lim
A numeric value between (0, 1). In the third step,
what correlation threshold should be used to select ``connected''
adverse events. Default is 0.8.
- coef
A numeric value or a list of numeric values. If a single numeric
value is provided, it will be applied uniformly across all columns of the
contingency table. If a list is provided, its length must match the number
of columns in the contingency table, and each value will be used as the
coefficient for the corresponding column.
- num_cores
Number of cores used to parallelize the MDDC
Boxplot algorithm. Default is 2.