Learn R Programming

isocir (version 2.0-7.1)

datareplic: Random Circular Data with Replications.

Description

An example data set. The data have been created randomly for the purpose of running some examples of the functions of the package isocir.

Usage

data(datareplic)

Arguments

Details

Every data of the matrix come from the unit circle \([0,2\pi]\).

The data in the matrix datareplic are random angular measurements. Its columns are the 10 replications and its rows are the 8 populations.

References

Mardia, K. and Jupp, P. (2000). Directional Statistics, Chichester: Wiley.

See Also

cirgenes, cirdata.

Examples

Run this code
data(datareplic)

# example testing the next order:
orderGroups2 <- c(1:8)

example2test <- cond.test(datareplic, groups = orderGroups2, bias = TRUE)
example2test


round(unlist(example2test$cirmeans), digits = 3)

Run the code above in your browser using DataLab