rng.test | R Documentation |
rng.test()
performs the Range test and is used in chapter 4 of "Applied Nonparametric Statistical Methods" (5th edition)
rng.test(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.17 from "Applied Nonparametric Statistical Methods" (5th edition)
rng.test(ch4$dates.as.degrees)
# Exercise 4.13 from "Applied Nonparametric Statistical Methods" (5th edition)
rng.test(ch4$accident.bearings)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.