How to generate effect size [90%CI] in the summary table using R package “gtsummary”?
问题 I am working on creating summary table using the R package "gtsummary". This is actually very good. The add_stat function gives you a lot of freedom to include add-ons. For example, in my area we want to inform the effect size with confidence interval (ES [90% CI]). So, I would like help to include the CI range. The code I implemented is working, but without digit control and without the CI range. # Packages ---------------------------------------------------------------- library(gtsummary)