View source: R/spherconc.test.R
Test for equality of concentration parameters for spherical data | R Documentation |
This tests the equality of concentration parameters for spherical data only.
spherconc.test(x, ina)
x |
A matrix with the data in Euclidean coordinates, i.e. unit vectors |
ina |
A variable indicating the groupings of the observations. |
The test is designed for spherical data only.
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. |
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr and Giorgos Athineou <gioathineou@gmail.com>.
Kanti V. Mardia and Peter E. Jupp. Directional statistics, pg. 226–227.
het.aov, lr.aov, embed.aov, hcf.aov, conc.test, sphereplot
x <- rvmf(100, rnorm(3), 15)
ina <- rep(1:4, each = 25)
spherconc.test(x, ina)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.