Good evening,
I am currently using the package tbl_summary for summarising my data on R. In the statistic function I have put:
statistic = list(all_continuous() ~ "{mean} ({sd})",
all_categorical() ~ "{n} ({p}%)").
Nevertheless, The percentages that I get are all approximated.
Is there any way to put the exact percentage?
Thank you very much.