79233960

Date: 2024-11-28 12:53:27
Score: 1
Natty:
Report link

Finally, I have found how to do so:

statistic = list(
  all_continuous() ~ "{mean} ± ({sd})",
  all_categorical() ~ "{n} / {N} ({p}%)"
  ),
digits = list(
  all_continuous() ~ 2,
  all_categorical() ~ c(0, 0, 2))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Y.M.S