Description Usage Arguments Value Examples
Correct for hubs in an adjacency matrix
1 | hub.correction(obj)
|
obj |
matrix for which hubs are corrected |
returns the matrix with hub correction
1 2 | W <- matrix(abs(rnorm(10000)), 100, 100)
cor.hub <- hub.correction(W)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.