Learn R Programming

Directional (version 2.4)

Anova for circular data: Analysis of variance for circular data

Description

Analysis of variance for circular data.

Usage

hcf.circaov(u, ina, rads = FALSE)
lr.circaov(u, ina, rads = FALSE)
het.circaov(u, ina, rads = FALSE)
embed.circaov(u, ina, rads = FALSE)

Arguments

u
A numeric vector containing the data.
ina
A numerical or factor variable indicating the group of each value.
rads
If the data are in radians, this should be TRUE and FALSE otherwise.

Value

A vector including: A vector including:

Details

The high concentration (hcf.circaov), log-likelihood ratio (lr.circaov), embedding approach (embed.circaov) or the non equal concentration parameters approach (het.circaov) is used.

References

Mardia, K. V. and Jupp, P. E. (2000). Directional statistics. Chicester: John Wiley & Sons.

See Also

conc.test, hcf.aov, lr.aov, het.aov, embed.aov

Examples

Run this code
x <- rvonmises(100, 2.4, 15)
ina <- rep(1:4,each = 25)
hcf.circaov(x, ina, rads = TRUE)
lr.circaov(x, ina, rads = TRUE)
het.circaov(x, ina, rads = TRUE)
embed.circaov(x, ina, rads = TRUE)

Run the code above in your browser using DataLab