# NOT RUN {
tbl_uv_global_ex2 <-
trial %>%
dplyr::select(response, trt, age, grade) %>%
tbl_uvregression(
method = glm,
y = response,
method.args = list(family = binomial),
exponentiate = TRUE
) %>%
add_global_p()
# }
Run the code above in your browser using DataLab