Open
Description
Question: Is the full_result of a t-test correct APA style?
The full result using apa_print yields this format:
- ∆M = −3.35, 95% CI [−6.78, 0.09], t(535.71) = −1.92, p = .056
I typically see this in papers:
- t(535.71) = −1.92, p = .056, 95% CI [−6.78, 0.09]
In other words, most of the time I see the confidence intervals at the end of the result, and no reporting of the mean difference score.
I checked the APA manual, and it does not explicitly state that confidence intervals must follow the p-value. But on p. 117 of the 6th edition manual, it shows an example where the confidence intervals do follow the p-value.
Does anyone have any thoughts on this? I love all the information of the full_result but maybe we should re-order it so that it goes:
- ∆M = −3.35, t(535.71) = −1.92, p = .056, 95% CI [−6.78, 0.09]
What do you guys think?