displacing "Lower Confidence Limit of Proportional Reporting Ratio"
This commit is contained in:
@@ -80,7 +80,7 @@ class PrrByKeyTable {
|
||||
}
|
||||
|
||||
#markRowIfPrrTooHigh({ prr, row }) {
|
||||
if (prr > 1.0) {
|
||||
if (prr >= 2.0) {
|
||||
$(row).addClass('prrTooHigh');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user