Open bmreilly opened 4 years ago
Very simple question:
Is there a way to round the p values returned by stat_compare_means(label = "p.format") ? Currently it prints 5 digits, but I'd like to reduce it to 3 to be able to plot more densely.
stat_compare_means(label = "p.format")
Thanks!
I also would like to know if that option is possible.
Very simple question:
Is there a way to round the p values returned by
stat_compare_means(label = "p.format")
? Currently it prints 5 digits, but I'd like to reduce it to 3 to be able to plot more densely.Thanks!