Skip to content

Commit f55bcbd

Browse files
hide CI column
1 parent e4dee03 commit f55bcbd

File tree

4 files changed

+60
-84
lines changed

4 files changed

+60
-84
lines changed
-1.16 KB
Binary file not shown.

slides/raw/05-pscore-diagnostics.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,7 @@ svy_des <- svydesign(
608608
library(gtsummary)
609609
tbl_svysummary(svy_des, by = x) %>%
610610
add_difference(everything() ~ "smd")
611+
# modify_column_hide(ci) to hide CI column
611612
```
612613

613614
---
@@ -624,5 +625,6 @@ svy_des <- svydesign(
624625
theme_gtsummary_compact()
625626
626627
tbl_svysummary(svy_des, by = qsmk) %>%
627-
add_difference(everything() ~ "smd")
628+
add_difference(everything() ~ "smd") %>%
629+
modify_column_hide(ci)
628630
```

0 commit comments

Comments
 (0)