Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 21, 2024
1 parent 2f8464c commit d07418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_collinearity.R
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ check_collinearity.zerocount <- function(x,
insight::format_alert("Model has no intercept. VIFs may not be sensible.")
}

f <- insight::find_formula(x)
f <- insight::find_formula(x, verbose = FALSE)

# hurdle or zeroinfl model can have no zero-inflation formula, in which case
# we have the same formula as for conditional formula part
Expand Down

0 comments on commit d07418e

Please sign in to comment.