horseshoecrabs {MixedIndTests}R Documentation

Horseshoecrabs dataset

Description

Horseshoe Crab Data from Table 3.2 of Agresti(2007). This data set consists of five variables, three of which are categorical, measured on 173 female crabs, each having a male attached in her nest.

Usage

data(horseshoecrabs)

Format

Data frame with 173 rows and 5 variables:

References

Agresti, A. (2007). An Introduction to Categorical data analysis, John Wiley & Sons, Wiley Series in Probability and Statistics, 2nd edition.

Examples

data(horseshoecrabs)
x =data.matrix(horseshoecrabs)
out = TestIndCopula(x,trunc.level=5,graph=TRUE)

[Package MixedIndTests version 1.2.0 Index]