You are on page 1of 1

Mood’s Median Test is useful to compare two or more groups of data to determine if they come

from the same population or populations with equivalent medians. The test can be conducted
with the mood.medtest function in the RVAideMemoire package or with the median_test function
in R software.

Appendix.
Mood’s median test
library(RVAideMemoire)

mood.medtest(Likert ~ Speaker,
data = Data,
exact = FALSE)

You might also like