displacing "Lower Confidence Limit of Proportional Reporting Ratio"

This commit is contained in:
frankknoll
2023-11-24 00:12:53 +01:00
parent c834126726
commit fa058a30fd
8 changed files with 18766 additions and 252 deletions

View File

@@ -80,7 +80,7 @@ class PrrByKeyTable {
}
#markRowIfPrrTooHigh({ prr, row }) {
if (prr > 1.0) {
if (prr >= 2.0) {
$(row).addClass('prrTooHigh');
}
}