hodges.ajne | R Documentation |
hodges.ajne()
performs the Hodges-Ajne test and is used in chapter 4 of "Applied Nonparametric Statistical Methods" (5th edition)
hodges.ajne(x, alternative = c("two.sided"), minx = 0, maxx = 360)
x |
Numeric vector |
alternative |
Type of alternative hypothesis (defaults to |
minx |
Minimum value for x (defaults to |
maxx |
Maximum value for x (defaults to |
An ANSMtest object with the results from applying the function
# Example 4.16 from "Applied Nonparametric Statistical Methods" (5th edition)
hodges.ajne(ch4$times.as.degrees)
# Exercise 4.14 from "Applied Nonparametric Statistical Methods" (5th edition)
hodges.ajne(ch4$board.angles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.