Skip to contents

Performs the one-sample Rayleigh test for non-uniformity. The test is most sensitive to unimodal departures from circular uniformity. The returned object follows the base htest structure.

Usage

rayleigh_test(x, axial = FALSE, na.rm = TRUE)

Arguments

x

Numeric vector of angles in radians.

axial

Should data be treated as axial, modulo pi?

na.rm

Should missing values be removed?

Value

An object of class htest.

See also