# NOT RUN {
if (requireNamespace("GGally")) {
glm(response ~ marker + grade, trial, family = binomial) %>%
tbl_regression(
add_estimate_to_reference_rows = TRUE,
exponentiate = TRUE
) %>%
plot()
}
# }
Run the code above in your browser using DataLab