When using stats::t.test, the report() and report_table() function output displays "95 % CI" even if, say, conf.level = 0.975 #408
Labels
reprex 📊
We need a reproducible example for further investigation
Describe the bug
Not sure if this is a bug, or if I'm not specifying the correct parameters when using the reporter::report() function, but
when using stats::t.test, the report() and report_table() functions' output displays "95 % CI" even if, say, the stats::t.test conf.level is set to a value other than 0.95.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Display column header "97.5% CI" instead of "95% CI":
[Parameter1 | Parameter2 | Mean_Parameter1 | Mean_Parameter2 | Difference | 97.5% CI | t(98.86) | p | Cohen's d | Cohen's d CI
Screenshots
If applicable, add screenshots to help explain your problem.
Specifications (please complete the following information):
The text was updated successfully, but these errors were encountered: