actorAdjTable(CoCiteStats)
actorAdjTable()所属R语言包:CoCiteStats
Compute actor size adjustment on a two way table
计算上的双向表演员大小调整
译者:生物统计家园网 机器人LoveR
描述----------Description----------
When two objects are related through a bipartite graph it is sometimes appropriate to carry out special adjustments. One of the adjustments is called actor size adjustment. In this case the counts are adjusted according to how often the objects are referenced.
当两个对象是通过一个二分图的有关它有时是适当进行特殊的调整。调整之一,被称为演员大小调整。在这种情况下,计数调整经常被引用的对象。
用法----------Usage----------
actorAdjTable(twT, eps = 1e-08)
参数----------Arguments----------
参数:twT
A two way table as produced by twowayTable.
作为一个双向表twowayTable生产。
参数:eps
A small quantity used to assess approximate equality.
少量用于评估近似相等。
Details
详情----------Details----------
When testing for associations between entities, the social networks literature has developed a number of tools to help measure such associations. We can think of genes (actors) as being joined by citation in papers (events) and having two genes cited in the same paper (equivalent to two actors attending the same event) suggests that they are related to each other. However, some genes are cited in many papers and so we might want to discount the level of importance, as compared to genes that are cited less often. And additionally, some papers cite very many genes, and hence typically say less about them than a paper that cites rather fewer genes.
实体之间的关联进行测试时,社交网络文学已经开发了许多工具来帮助衡量这些协会。我们可以认为加入引用文件(事件),有相同的纸张(相当于两个演员出席同一事件)中列举了两个基因表明,它们是相互关联的基因(演员)。然而,一些基因在多篇论文被引用,所以我们可能要打折扣的重要性水平相比,较少被引用的基因。此外,一些文件举出很多基因,因此通常对他们说不到了一份文件,列举了相当少的基因。
值----------Value----------
An adjusted two way table, with elements named u11, u12, u21 and u22.
调整后的双向表,名为u11,u12,u21和u22元素。
作者(S)----------Author(s)----------
R. Gentleman
参考文献----------References----------
参见----------See Also----------
paperLen, twowayTable
paperLen,twowayTable
举例----------Examples----------
tw1 = twowayTable("10", "100", FALSE)
actorAdjTable(tw1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|