There was a warning running `tbl_regression()` for variable "tot_chol". See
message below.
! glm.fit: fitted probabilities numerically 0 or 1 occurred and glm.fit: fitted
probabilities numerically 0 or 1 occurred
There was a warning running `tbl_regression()` for variable "trigly". See
message below.
! glm.fit: fitted probabilities numerically 0 or 1 occurred and glm.fit: fitted
probabilities numerically 0 or 1 occurred
Warning: Using an external vector in selections was deprecated in tidyselect 1.1.0.
ℹ Please use `all_of()` or `any_of()` instead.
# Was:
data %>% select(x)
# Now:
data %>% select(all_of(x))
See <https://tidyselect.r-lib.org/reference/faq-external-vector.html>.