Bold or unbold variable labels for fmt_regression objects in Rmarkdown

# S3 method for fmt_regression
bold_labels(x, ...)

Arguments

x

fmt_regression object

...

further arguments passed to or from other methods

Examples

lm(hp ~ factor(cyl), mtcars) %>% fmt_regression() %>% bold_labels()
#> #> N = 32 Coefficient 95% CI p-value #> __factor(cyl)__ #> 4 Ref. #> 6 39.6 2.15, 77.1 0.039 #> 8 127 95.3, 158 <0.001