Mammograms(vcdExtra)
Mammograms()所属R语言包:vcdExtra
Mammogram Ratings
乳房X光检查评级
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Kundel & Polansky (2003) give (possibly contrived) data on a set of 110 mammograms rated by two readers.
昆杰利波兰斯基(2003)110乳房X线照片来自两个读者的一组数据给(可能是人为的)。
用法----------Usage----------
data(Mammograms)
格式----------Format----------
A frequency table in matrix form. The format is: num [1:4, 1:4] 34 6 2 0 10 8 5 1 2 8 ... - attr(*, "dimnames")=List of 2 ..$ Reader2: chr [1:4] "Absent" "Minimal" "Moderate" "Severe" ..$ Reader1: chr [1:4] "Absent" "Minimal" "Moderate" "Severe"
矩阵表格中的频率表。格式为:民[1:4,1:4] 34 6 2 0 10 8 5 1 2 8 - ATTR(*,“dimnames”)=名单2 .. $ Reader2:CHR [1:4]“缺位”,“最小”,“中等”,“严重”.. $ Reader1:CHR [1: 4]“缺位”,“最小”,“中等”,“严重”
源----------Source----------
Kundel, H. L. & Polansky, M. (2003), "Measurement of Observer Agreement", Radiology, 228, 303-308, Table A1
昆杰利,HL&波兰斯基,M.(2003),“测量观察员协议”,放射科,228,303-308,表A1
实例----------Examples----------
data(Mammograms)
B <- agreementplot(Mammograms, main="Mammogram ratings")
# agreement measures[协议的措施]
B
Kappa(Mammograms)
## other displays[#其他显示器]
mosaic(Mammograms, shade=TRUE)
sieve(Mammograms, pop = FALSE, shade = TRUE)
labeling_cells(text = Mammograms, gp_text = gpar(fontface = 2, cex=1.75))(as.table(Mammograms))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|