Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

spherconc.test

Test for equality of concentration parameters for spherical data


Description

This tests the equality of concentration parameters for spherical data only.

Usage

spherconc.test(x, ina)

Arguments

x

A matrix with the data in Euclidean coordinates, i.e. unit vectors

ina

A variable indicating the groupings of the observations.

Details

The test is designed for spherical data only.

Value

A list including:

mess

A message stating the value of the mean resultant and which test statistic was used, U1, U2 or U3.

res

A vector containing the test statistic and its p-value.

Author(s)

Michail Tsagris

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr and Giorgos Athineou <gioathineou@gmail.com>

References

Kanti V. Mardia and Peter E. Jupp. Directional statistics, pg. 226-227.

See Also

Examples

x <- rvmf(100, rnorm(3), 15)
ina <- rep(1:4, each = 25)
spherconc.test(x, ina)

Directional

A Collection of R Functions for Directional Data Analysis

v4.9
GPL-2
Authors
Michail Tsagris, Giorgos Athineou, Anamul Sajib, Eli Amson, Micah J. Waldstein
Initial release
2021-03-26

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.