Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply small cell count to original count value #38

Merged
merged 6 commits into from
Feb 16, 2022
Merged

Apply small cell count to original count value #38

merged 6 commits into from
Feb 16, 2022

Conversation

MaximMoinat
Copy link

@MaximMoinat MaximMoinat commented Jan 13, 2022

fixes #37 and fixes #39

Assuming smallCellCount is 5, then:

  • Strata with counts between 1-5 are NOT returned
  • Strata with counts between 6-100 are returned as 100.
  • Strata with counts between 101-200 are returned as 200.
  • etc.. (rounded up to nearest 100)

@MaximMoinat MaximMoinat linked an issue Feb 16, 2022 that may be closed by this pull request
@MaximMoinat MaximMoinat marked this pull request as ready for review February 16, 2022 11:03
@MaximMoinat MaximMoinat changed the base branch from master to dev February 16, 2022 14:22
@PRijnbeek PRijnbeek merged commit da237b2 into dev Feb 16, 2022
@MaximMoinat MaximMoinat mentioned this pull request Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Censored Data - Min/Median/Max the same Value for Age Change default value of smallCellCount
2 participants