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

Add coverage check (warning/catch error) if the sample size is below a defined threshold #4

Open
davidclarance opened this issue Aug 31, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@davidclarance
Copy link
Owner

From Alan Lee: Need to define the parameters for the threshold.

@bluehill
Copy link

I'd do something like:
if('number of cards for 1 or more pentads'<4){warning("Please note that one or more of your selected pentads has fewer than 4 cards: reporting rates will likely not be useful for this summary") # or whatever: where prior to this there is a check on the number of cards for a pentad or set of pentads.

@davidclarance davidclarance added the enhancement New feature or request label Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants