bold_labels.fmt_uni_regression: Bold or unbold variable labels for 'fmt_uni_regression'...

Description Usage Arguments Examples

Description

Bold or unbold variable labels for fmt_uni_regression objects in Rmarkdown

Usage

1
2
## S3 method for class 'fmt_uni_regression'
bold_labels(x, ...)

Arguments

x

fmt_uni_regression object

...

further arguments passed to or from other methods

Examples

1
2
3
4
5
6
7
8
trial %>%
  fmt_uni_regression(
    method = "glm",
    y = "response",
    method.args = list(family = binomial),
    exponentiate = TRUE
  ) %>%
  bold_labels()

ddsjoberg/gtsummary-v0.1 documentation built on June 4, 2019, 7:48 a.m.