powered by
Perform the Pycke test.
pycke_test(data, iter = 9999)
A vector of class 'circular', or numeric vector of angles measured in radians
The number of bootstrap replicates to perform in order to estimate the p-value of the test. (default = 9999)
A numeric vector of the test statistic (T) and associated p-value
# NOT RUN { testdata = circular::rvonmises(20, mu = circular::circular(pi), kappa = 3) pycke_test(testdata, iter = 999) # }
Run the code above in your browser using DataLab