In: Statistics and Probability
[R code]
a3 <- c(5.6, 4.6, 6.8, 4.9, 6.1, 5.3, 4.5, 5.8, 5.4, 4.7)
b3 <- c(7.2, 8.1, 5.1, 7.3, 6.9, 7.8, 5.9, 6.7, 6.5, 7.1)
Using ‘wilcox.test’ function. At a significance level of 0.05, test
for differences in the means of the two groups. Thank you :)