Description Usage Arguments Value Examples
Prints the results of a two sample test of homogeneity
1 2 | ## S3 method for class 'circular_test'
print(out)
|
x |
A |
Prints the results of a two sample test of homogeneity
1 2 3 4 | # Load dataset
data(pigeons)
# Dixon test (exact pvalue)
circular_test(pigeons$experimental, pigeons$control)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.