mandible {pad}R Documentation

PAD - Golden Jackals Mandible Data

Description

The mandible data frame has 10 rows and 2 columns.

The data are mandible lengths in (mm) for male and female golden jackals (Canis aureus) for 10 of each sex in the collection in the British Museum (Natural History).

Usage

data(mandible)

Format

This data frame contains the following columns:

females
a numeric vector with mandible lengths for females (mm).
male
a numeric vector with mandible lengths for males (mm).

Source

Higham, C.F, Kijngam, A. and Manly, B.F.J. (1980) An analysis of prehistoric canid remains from Thailand. Journal of Archeologycal Science, 7, 149-165.

References

Manly, B.F.J. (1991) Randomization, Bootstrap and Monte Carlo methods in Biology. Second Edition. Chapman and Hall.

Examples

data(mandible)
summary(mandible)
boxplot(mandible)

[Package pad version 0.1-2 Index]