Intro to Programming in R
The `wilcox.test()` function in R is used to perform the Wilcoxon rank sum test or the Wilcoxon signed-rank test, which are non-parametric tests for comparing two groups. These tests are particularly useful when the assumptions of normality for parametric tests are not met, allowing for the analysis of ordinal data or non-normally distributed continuous data.
congrats on reading the definition of wilcox.test(). now let's actually learn it.