rcagep.test: RCAG-EP Test

View source: R/rcagep.test.R

rcagep.testR Documentation

RCAG-EP Test

Description

Performs the RCAG-EP test of randomness for circular data.

Usage

rcagep.test(theta, alpha)

Arguments

theta

A numeric vector.

alpha

The level of significance

Value

Probability of non-intersection of edges, cutoff for RCAG-EP test and adjusted p-values for the RCAG-EP test.

Examples

x <- arima.sim(model = list(ar=0.9), 1000) ## AR(1) model
theta <- ((2*atan(x))%%(2*pi))*(180/pi) ##LAR(1) model
rcagep.test(theta,0.05)

GTRT documentation built on Sept. 9, 2025, 5:38 p.m.