How to remove both % symbols from table body and “, n (%)” from stat_label in {gtsummary} table?
Summary The problem at hand involves customizing a {gtsummary} table in R to remove percent symbols from the table body and the “, n (%)” notation from the stat_label. The goal is to create a streamlined table where column headers indicate the statistics to be interpreted, following the AMA Manual of Style guidelines. Root Cause … Read more