當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


R caith 凱斯內斯人物的眼睛和頭發的顏色


R語言 caith 位於 MASS 包(package)。

說明

關於蘇格蘭凱斯內斯 cross-classification 人的眼睛和頭發顏色的數據。英國地區特別有趣,因為這裏混雜著北歐人、凱爾特人和Anglo-Saxon血統的人。

用法

caith

格式

一個 4 x 5 的表格,其中行表示眼睛顏色(藍色、淺色、中度、深色),列表示頭發顏色(淺色、紅色、中度、深色、黑色)。

例子

## IGNORE_RDIFF_BEGIN
## The signs can vary by platform
corresp(caith)
## IGNORE_RDIFF_END
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))

來源

費舍爾,R.A. (1940)判別函數的精度。優生學年鑒(倫敦)10, 422-429。

參考

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.

相關用法


注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Colours of Eyes and Hair of People in Caithness。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。