rcagep.test | R Documentation |
Performs the RCAG-EP test of randomness for circular data.
rcagep.test(theta, alpha)
theta |
A numeric vector. |
alpha |
The level of significance |
Probability of non-intersection of edges, cutoff for RCAG-EP test and adjusted p-values for the RCAG-EP test.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.