Last chance! 50% off unlimited learning
Sale ends in
Bold values below a chosen threshold (e.g. <0.05) in tbl_uvregression tables.
# S3 method for tbl_uvregression
bold_p(x, t = 0.05, q = FALSE, ...)
Object created using tbl_uvregression function
Threshold below which values will be bold. Default is 0.05.
Logical argument. When TRUE will bold the q-value column rather
than the p-values. Default is FALSE
.
Not used
A tbl_uvregression
object
Other tbl_uvregression tools: add_global_p.tbl_uvregression
,
add_nevent.tbl_uvregression
,
add_q.tbl_uvregression
,
bold_italicize_labels_levels
,
bold_p.tbl_stack
,
inline_text.tbl_uvregression
,
modify_header
,
sort_p.tbl_uvregression
,
tbl_merge
, tbl_stack
,
tbl_uvregression
# NOT RUN {
tbl_uvglm_bold_p_ex <-
trial %>%
dplyr::select(age, marker, response, grade) %>%
tbl_uvregression(
method = glm,
y = response,
method.args = list(family = binomial),
exponentiate = TRUE
) %>%
bold_p(t = 0.25)
# }
Run the code above in your browser using DataLab