Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Dec 3, 2024
1 parent eb43dd4 commit cc12d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check_model_diagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

dat <- datawizard::data_select(
dat,
select = c(x = "Term", y = "VIF", facet = "Component", group = "group")
select = c(x = "Term", y = "VIF", facet = "Component", group = "group"),
verbose = FALSE
)

Expand Down

0 comments on commit cc12d2a

Please sign in to comment.