powered by
fmt_table1
Bold or unbold p-values for fmt_table1 objects in Rmarkdown
# S3 method for fmt_table1 bold_p(x, t = 0.05, q = FALSE, ...)
fmt_table1 object
Determines the threshold below which p-values get bolded. Default is 0.05.
logical argument. When TRUE will bold or unbold the q-value column rather than the p-values
further arguments passed to or from other methods
# NOT RUN { trial %>% fmt_table1(by = "trt") %>% add_comparison() %>% bold_p() # }
Run the code above in your browser using DataLab