【发布时间】:2021-12-15 08:03:12
【问题描述】:
是否可以根据 tstat 粗体/着色估计值。
对于 ex - 如果 tstat 大于 1.96,则为粗体估计值
这是my previous question 的延续,我必须使用 flextable。
library(dplyr)
library(flextable)
attribute <- c("b0", "b1", "b2", "b3", "b4", "b5")
estimate <- round(runif(n = 6, min = 0, max = 5), 2)
tstat <- round(runif(n = 6, min = 0, max = 5), 2)
# tibble
tbl <- tibble(attribute, estimate, tstat) %>%
as_flextable()
【问题讨论】:
-
A、B、C、D、E、F :-)
-
@akrun 抱歉,我已将其删除