View source: R/cramer.von.mises.R
cramer.von.mises | R Documentation |
cramer.von.mises()
performs the Cramer-von Mises test and is used in chapter 6 of "Applied Nonparametric Statistical Methods" (5th edition)
cramer.von.mises(x, y, alternative = c("two.sided", "less", "greater"))
x |
Numeric vector |
y |
Numeric vector |
alternative |
Type of alternative hypothesis (defaults to |
An ANSMtest object with the results from applying the function
# Example 6.16 from "Applied Nonparametric Statistical Methods" (5th edition)
cramer.von.mises(ch6$salivaF, ch6$salivaM)
cramer.von.mises(ch6$salivaF, ch6$salivaM, alternative = "greater")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.