This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
One-way analysis of means (not assuming equal variances) | |
data: rating and weekdaynum | |
F = 3.9332, num df = 6.0, denom df = 215.2, p-value = 0.0009428 | |
Pairwise comparisons using t tests with pooled SD | |
data: data$rating and data$weekdaynum | |
0 1 2 3 4 5 | |
1 0.1706 - - - - - | |
2 0.9721 0.1706 - - - - | |
3 0.2752 0.0094 0.2752 - - - | |
4 0.7778 0.1212 0.7778 0.3833 - - | |
5 0.3833 0.5354 0.3833 0.0547 0.2668 - | |
6 0.1291 0.0023 0.1291 0.5354 0.1706 0.0094 | |
P value adjustment method: fdr | |
0 1 2 3 4 5 6 | |
7.268657 7.790323 7.278689 6.905882 7.178082 7.579710 6.717949 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment