Description Usage Arguments Value Examples
View source: R/Two-sample-tests.R
Bootstrap of Watson's nonparametric test for the similarity of a common mean for two (or more) distributions. Does not assume that the distributions tested have a common concentration or shape.
1 | watson.mean.test.boot(samples, B = 9999, show.progress = T)
|
samples |
A list containing the vectors of angles (in radians) to be tested. |
B |
Number of bootstrap samples to use to obtain the estimated p-value. Default is 9999. |
show.progress |
Boolean indicating whether or not to display a progress bar as the bootstrap is run. |
List containing the test statistic, p-value and ratio of maximum to minimum sample dispersion.
1 | comp <- watson.mean.test.boot(list(q.4.a, q.4.b), B = 99)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.