Description Usage Arguments Value Author(s) Examples
Compute critical values for circular tests
1 | get_critical_values(n, m, test = "dixon", alpha = 0.05)
|
alpha |
Significance level |
|
total of frequencies |
|
number of spacings |
|
considered test ( |
A list with the following structure:
test distribution under H0
brackets values and associated p-values
considered test
considered alpha
total of frequencies
number of spacings
Stephane Guerrier
1 2 3 4 5 6 | crit_val = get_critical_values(6,8)
crit_val
plot(crit_val)
crit_val = get_critical_values(12, 8, test = "ww")
crit_val
plot(crit_val)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.