powered by
fmt_regression
Bold or unbold p-values for fmt_regression objects in Rmarkdown
# S3 method for fmt_regression bold_p(x, t = 0.05, ...)
fmt_regression object
Determines the threshold below which p-values get bolded. Default is 0.05.
further arguments passed to or from other methods
# NOT RUN { lm(mpg ~ hp + am, mtcars) %>% fmt_regression() %>% bold_p() # }
Run the code above in your browser using DataLab