Skip to content

Commit

Permalink
Update auditCommonFunctions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
koenderks committed Jan 13, 2025
1 parent 77fd241 commit fc49825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/auditCommonFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,7 @@
"poisson" = gettext("The results are computed using the gamma distribution."),
"hypergeometric" = gettext("The results are computed using the beta-binomial distribution.")
)
if (options[["hurdle"]] && options[["method"]] == "binomial") {
if (!options[["workflow"]] && options[["hurdle"]] && options[["method"]] == "binomial") {
message <- gettext("The results are computed using the hurdle beta model")
}
}
Expand Down

0 comments on commit fc49825

Please sign in to comment.