easystats / report

:scroll: :tada: Automated reporting of objects in R
https://easystats.github.io/report/
Other
694 stars 69 forks source link

Feature request: Three decimal points when reporting t/f values, p values, and effect sizes #277

Open XiaoyuZeng opened 2 years ago

XiaoyuZeng commented 2 years ago

Hi developers, I wanna thank you for your great work in developing and maintaining report. It's really powerful and saves me a lot of time. To make it better, I got an emergent need to have this new feature: Describe the solution you'd like A clear and concise description of what you want to happen. I want to report THREE decimal points when reporting statistical results, which was required by many top scientifical journals. How could we do it? A description of actual ways of implementing a feature. I assume it was not that difficult to achieve this goal.

Many thanks in advance!

rempsyc commented 2 years ago

It might be possible to add an argument to specify the desired number of decimals, with default = 2 or something. But in my understanding, we mostly follow standards for psychology which is like 2 decimals for everything except p-values. I don't know about other fields, so I'm curious if you'd be willing to share examples of journals asking for three decimals everywhere.

strengejacke commented 2 years ago

This already works in principle, but it guess the necessary arguments need to be passed from report to parameters in the report functions