Skip to content

Commit

Permalink
updates to documentation and ran the user guide notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
rmj3197 committed Oct 20, 2024
1 parent 5fd3c0d commit d14e3d3
Show file tree
Hide file tree
Showing 3 changed files with 707 additions and 30 deletions.
2 changes: 1 addition & 1 deletion MDDC/MDDC/_mddc.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def mddc(
If True, excludes other drugs/vaccines in the same class when constructing 2x2 tables for Fisher's exact test. Only used if method is "monte_carlo".
col_specific_cutoff : bool, optional, default=True
Apply Monte Carlo method to the standardized Pearson residuals of the entire table, or within each drug/vaccine column.
Apply Monte Carlo/Boxplot method to the standardized Pearson residuals of the entire table, or within each drug/vaccine column.
If True, applies the Monte Carlo/Boxplot method to residuals within each drug/vaccine column. If False, applies it to the entire table.
Utilized in Step 2 of the algorithm.
Expand Down
4 changes: 2 additions & 2 deletions MDDC/MDDC/_mddc_boxplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ def _mddc_boxplot(
If a DataFrame, it might have index and column names corresponding to the adverse events and drugs.
col_specific_cutoff : bool, optional, default=True
Apply Monte Carlo method to the standardized Pearson residuals of the entire table, or within each drug column.
If True, applies the Monte Carlo method to residuals within each drug column. If False, applies it to the entire table.
Apply Boxplot method to the standardized Pearson residuals of the entire table, or within each drug column.
If True, applies the Boxplot method to residuals within each drug column. If False, applies it to the entire table.
Utilized in Step 2 of the algorithm.
separate : bool, optional, default=True
Expand Down
Loading

0 comments on commit d14e3d3

Please sign in to comment.