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 5 forks source link

Minimum sample size threshold option #13

Open anthonysena opened 10 months ago

anthonysena commented 10 months 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 10 months 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