print.circular_test: Print Two sample Test of Homogeneity

Description Usage Arguments Value Examples

View source: R/crit_val.R

Description

Prints the results of a two sample test of homogeneity

Usage

1
2
## S3 method for class 'circular_test'
print(out)

Arguments

x

A circular_test object

Value

Prints the results of a two sample test of homogeneity

Examples

1
2
3
4
# Load dataset
data(pigeons)
# Dixon test (exact pvalue)
circular_test(pigeons$experimental, pigeons$control)

SMAC-Group/circTest documentation built on Oct. 7, 2020, 7:18 p.m.