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 b9a9eb2 commit 7191411Copy full SHA for 7191411
R/auditCommonFunctions.R
@@ -2805,7 +2805,7 @@
2805
"poisson" = gettext("The results are computed using the gamma distribution."),
2806
"hypergeometric" = gettext("The results are computed using the beta-binomial distribution.")
2807
)
2808
- if (options[["hurdle"]] && options[["method"]] == "binomial") {
+ if (!options[["workflow"]] && options[["hurdle"]] && options[["method"]] == "binomial") {
2809
message <- gettext("The results are computed using the hurdle beta model")
2810
}
2811
0 commit comments