0

How do I display percentages which take into account missing but without actually displaying percentage of missing?

Following the question asked on this thread How to add percentage to "unknown" in gtsummary

I'd like the response % to read 67 (68%) 28 (28%) without the 3 (3.1%) displayed

Thanks!

I've tried missing = "no" combined with dplyr::mutate(response = factor(response) %>% forcats::fct_explicit_na()) But it obviously doesn't work

0 Answers0