f.swiss.heads {Flury}R Documentation

Female Swiss Heads

Description

Six measurements on heads of female swiss soldiers.

Usage

data(f.swiss.heads)

Format

A data frame with 59 observations on the following 6 variables.

MFB
a numeric vector, minimum frontal breadth
BAM
a numeric vector, breadth of angulus mandibulae
TFH
a numeric vector, true facial height
LGAN
a numeric vector, length from glabella to apex nasi
LTN
a numeric vector, length from tragion to nasion
LTG
a numeric vector, length from tragion to gnathion

Details

These data correspond to those reported in siwss.heads, except that here we have data for 59 females.

Source

Flury, B.D. and H. Riedwyl (1988) Multivariate Statistics; A Practical Approach London: Chapman and Hall

References

Flury, B.D. (1997) A First Course in Multivariate Statistics New York: Springer

Examples

data(f.swiss.heads)
## Not run: 
pairs(f.swiss.heads)
cor(f.swiss.heads) ## how do we compare this with:
cor(swiss.heads)
## End(Not run)

[Package Flury version 0.1-2 Index]