Learn R Programming

Flury (version 0.1-3)

f.swiss.heads: Female Swiss Heads

Description

Six measurements on heads of female swiss soldiers.

Usage

data(f.swiss.heads)

Arguments

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

Source

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

Details

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

References

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

Examples

Run this code
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)

Run the code above in your browser using DataLab