Univariable
tb1 <- train[, c("phando2", all_feats)] |>
tbl_uvregression(
method = glm,
y = phando2,
method.args = list(family = binomial),
exponentiate = TRUE,
include = c(GI, Experience, Countryofpractice, starts_with("PS_")),