We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d807cbc commit 66dd642Copy full SHA for 66dd642
R/auditCommonFunctions.R
@@ -2810,7 +2810,7 @@
2810
"poisson" = gettext("The results are computed using the gamma distribution."),
2811
"hypergeometric" = gettext("The results are computed using the beta-binomial distribution.")
2812
)
2813
- if (options[["hurdle"]] && options[["method"]] == "binomial") {
+ if (!options[["workflow"]] && options[["hurdle"]] && options[["method"]] == "binomial") {
2814
message <- gettext("The results are computed using the hurdle beta model")
2815
}
2816
0 commit comments