caith(MASS)
caith()所属R语言包:MASS
Colours of Eyes and Hair of People in Caithness
眼睛颜色和头发的人在凯斯内斯
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Data on the cross-classification of people in Caithness, Scotland, by eye and hair colour. The region of the UK is particularly interesting as there is a mixture of people of Nordic, Celtic and Anglo-Saxon origin.
凯斯内斯,苏格兰,人们的眼睛和头发的颜色交叉分类数据。英国区域特别是有趣的,有北欧,凯尔特人和盎格鲁 - 撒克逊血统的人是一个混合物。
用法----------Usage----------
caith
格式----------Format----------
A 4 by 5 table with rows the eye colours (blue, light, medium, dark) and columns the hair colours (fair, red, medium, dark, black).
眼睛颜色(蓝色,轻,中,深色)和列公平,红色,中,深色,黑色的头发颜色与行表4 5。
源----------Source----------
Fisher, R.A. (1940) The precision of discriminant functions. Annals of Eugenics (London) 10, 422–429.
费舍尔号共和国法(1940)判别函数的精度。史册的优生学(伦敦)10,422-429。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
举例----------Examples----------
corresp(caith)
dimnames(caith)[[2]] <- c("F", "R", "M", "D", "B")
par(mfcol=c(1,3))
plot(corresp(caith, nf=2)); title("symmetric")
plot(corresp(caith, nf=2), type="rows"); title("rows")
plot(corresp(caith, nf=2), type="col"); title("columns")
par(mfrow=c(1,1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|