powered by
fmt_uni_regression
Bold or unbold variable labels for fmt_uni_regression objects in Rmarkdown
# S3 method for fmt_uni_regression bold_labels(x, ...)
fmt_uni_regression object
further arguments passed to or from other methods
# NOT RUN { trial %>% fmt_uni_regression( method = "glm", y = "response", method.args = list(family = binomial), exponentiate = TRUE ) %>% bold_labels() # }
Run the code above in your browser using DataLab