twTStats(CoCiteStats)
twTStats()所属R语言包:CoCiteStats
Computes 3 two way table statistics.
计算3双向表的统计信息。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
For two way tables based on co-citations four different test statistics are reported, the odds ratio, the Concordance, the Jaccard index and Hubert's Gamma.
基于共引表为双向四不同的测试统计报告,胜算比对照词典,Jaccard指数和休伯特的Gamma。
用法----------Usage----------
twTStats(twT)
参数----------Arguments----------
参数:twT
A two way table, as produced by twowayTable.
一个双向表,twowayTable生产。
Details
详情----------Details----------
The entries in the presumed 2 by 2 table are labeled n11, n12, n21, n22, corresponding to the entries in the first row first column, first row second column etc. The odds ratio is the product of n11 and n22 divided by the product of n12 and n21. The Conordance is simply the n11 entry. The Jaccard index is the n11 entry divided by the sum of n11, n12, and n21. Hubert's Gamma is slightly more complicated.
在假定2 2表项标记为N11,N12,N21,N22,对应第一行第一列的条目,第一行的第二列等的胜算比是产品的N11和N22的产品分为N12和N21。 Conordance是简单的N11条目。 Jaccard指数除以N11,N12,N21和N11进入。休伯特的Gamma是稍微复杂一些。
值----------Value----------
参数:Concordance
The concordance statistic.
和谐统计。
参数:Jaccard
The Jaccard index.
Jaccard指数。
参数:Hubert
Hubert's Gamma
休伯特的Gamma
参数:OddsRatio
The odds ratio.
胜算比。
作者(S)----------Author(s)----------
R. Gentleman
参考文献----------References----------
参见----------See Also----------
paperLen, twowayTable
paperLen,twowayTable
举例----------Examples----------
tw1 = twowayTable("10", "101", FALSE)
twTStats(tw1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|