actorAdjTable {CoCiteStats}R Documentation

Compute actor size adjustment on a two way table

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.
eps A small quantity used to assess approximate equality.

Details

Need more.

Value

An adjusted two way table, with elements named u11, u12, u21 and u22.

Author(s)

R. Gentleman

References

Testing Gene Associations Using Co-citation, by B. Ding and R. Gentleman. Bioconductor Technical Report, 2004

See Also

paperLen, twowayTable

Examples

  tw1 = twowayTable("10", "100", FALSE)
  actorAdjTable(tw1)


[Package CoCiteStats version 1.2.0 Index]