f.swiss.heads {Flury} | R Documentation |
Six measurements on heads of female swiss soldiers.
data(f.swiss.heads)
A data frame with 59 observations on the following 6 variables.
MFB
BAM
TFH
LGAN
LTN
LTG
These data correspond to those reported in siwss.heads, except that here we have data for 59 females.
Flury, B.D. and H. Riedwyl (1988) Multivariate Statistics; A Practical Approach London: Chapman and Hall
Flury, B.D. (1997) A First Course in Multivariate Statistics New York: Springer
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)