Skip to content

Commit

Permalink
crosstab_margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Maha Albashir authored and Maha Albashir committed Sep 18, 2023
1 parent 3b2bc27 commit 07a2728
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 65 deletions.
1 change: 1 addition & 0 deletions acro/acro.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def __init__(self, config: str = "default", suppress: bool = False) -> None:
acro_tables.SAFE_NK_N = self.config["safe_nk_n"]
acro_tables.SAFE_NK_K = self.config["safe_nk_k"]
acro_tables.CHECK_MISSING_VALUES = self.config["check_missing_values"]
acro_tables.ZEROS_ARE_DISCLOSIVE = self.config["zeros_are_disclosive"]
# set globals for survival analysis
acro_tables.SURVIVAL_THRESHOLD = self.config["survival_safe_threshold"]

Expand Down
Loading

0 comments on commit 07a2728

Please sign in to comment.