79659047

Date: 2025-06-09 14:46:09
Score: 1.5
Natty:
Report link

Another solution, more streamlined (but N and N-miss are in the same column) :

tbl_summary(data = iris , missing = "no") %>%
  add_n(statistic = "{N_nonmiss} ({p_nonmiss}%) / {N_miss} ({p_miss}%)",
        col_label = "**Non-missing / Missing**")

The output :

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: B_slash_