actorAdjTable {CoCiteStats} | R Documentation |
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.
actorAdjTable(twT, eps = 1e-08)
twT |
A two way table as produced by twowayTable . |
eps |
A small quantity used to assess approximate equality. |
Need more.
An adjusted two way table, with elements named u11
,
u12
, u21
and u22
.
R. Gentleman
Testing Gene Associations Using Co-citation, by B. Ding and R. Gentleman. Bioconductor Technical Report, 2004
tw1 = twowayTable("10", "100", FALSE) actorAdjTable(tw1)