v0.test: Rayleigh Test of Uniformity: Alternative with Specified Mean...

Description Usage Arguments Value References See Also Examples

Description

Performs a Rayleigh test of uniformity, assessing the significance of the mean resultant length. The alternative hypothesis is a unimodal distribution with a specified mean direction and unknown mean resultant length.

Usage

1
v0.test(x, mu0=0, degree=FALSE)

Arguments

x

vector of angular measurements in radians.

mu0

Specified mean direction in alternative hypothesis, measured in the same units (degrees or radians) as the data.

degree

logical flag: if TRUE, data is assumed to be measured in degrees rather than radians. Default is FALSE.

Value

Returns a list with two components: the mean resultant length, r0.bar, and the p-value of the test statistic, p.value.

References

Jammalamadaka, S. Rao and SenGupta, A. (2001). Topics in Circular Statistics, Sections 3.3.3 and 3.4.1, World Scientific Press, Singapore.

See Also

circ.range, kuiper, rao.spacing, r.test, watson

Examples

1
2
data <- rvm(25, pi, 2)
v0.test(data, mu0=pi)

Example output

Loading required package: MASS
Loading required package: boot
$r0.bar
[1] 0.8069851

$p.value
[1] 4.113812e-09

CircStats documentation built on May 2, 2019, 2:24 a.m.

Related to v0.test in CircStats...