powered by
Mood's classical nonparametric method for calculating a difference in population medians.
mood.ci(x, y, var.equal = FALSE, conf.level = 0.95, ...)
A vector of length 2 containing the lower and upper endpoints of the confidence interval.
n x 1 vector
m x 1 vector
Logical. Assume scale of the two populations are equal.
numeric value. confidence level for the confidence interval.
not currently implmented
John Kloke, Joseph McKean
Hollander, M. and Wolfe, D.A. (1999), Nonparametric Statistical Methods, New York: Wiley.
Kloke, J. and McKean, J.W. (2014), Nonparametric statistical methods using R, Boca Raton, FL: Chapman-Hall.
hl.ci,wilcox.test
hl.ci
wilcox.test
x <- rt(101,9) y <- rt(108,9)+0.3 mood.ci(x,y)
Run the code above in your browser using DataLab