Welch Two Sample t-test
data: rating by group
t = -1.8735, df = 95.277, p-value = 0.06406
alternative hypothesis: true difference in means between group A and group B is not equal to 0
95 percent confidence interval:
-1.02980226 0.02980226
sample estimates:
mean in group A mean in group B
2.7 3.2
# Mann-Whitney-U-test:wilcox.test(rating ~ group, data = dat)
Wilcoxon rank sum test with continuity correction
data: rating by group
W = 992, p-value = 0.0692
alternative hypothesis: true location shift is not equal to 0