pycke_test: Pycke test function

Description Usage Arguments Value Examples

View source: R/Pycke.r

Description

Perform the Pycke test.

Usage

1
pycke_test(data, iter = 9999)

Arguments

data

A vector of class 'circular', or numeric vector of angles measured in radians

iter

The number of bootstrap replicates to perform in order to estimate the p-value of the test. (default = 9999)

Value

A numeric vector of the test statistic (T) and associated p-value

Examples

1
2
testdata = circular::rvonmises(20, mu = circular::circular(pi), kappa = 3)
pycke_test(testdata, iter = 999)

CircMLE documentation built on Sept. 2, 2020, 1:07 a.m.