OHDSI / DbDiagnostics

Package to profile a database and execute data diagnostics based on individual analysis settings
https://ohdsi.github.io/DbDiagnostics/
Apache License 2.0
6 stars 6 forks source link

Minimum sample size threshold option #13

Open anthonysena opened 1 year ago

anthonysena commented 1 year ago

Could we add an option to override the minimum sample size threshold when running database diagnostics? At the moment this is set to 1,000 but in cases when exposures are rare, this threshold may not work well and show failures when a lower minimum sample size threshold is acceptable.

clairblacketer commented 1 year ago

Hi @anthonysena I have a file that I use to set thresholds with the idea they could be changed. I could certainly add the minimum sample size to it as well