powered by
fmt_uni_regression
Italicize or unitalicize levels for fmt_uni_regression objects in Rmarkdown
# S3 method for fmt_uni_regression italicize_levels(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 ) %>% italicize_levels() # }
Run the code above in your browser using DataLab