powered by
Correct for hubs in an adjacency matrix
hub.correction(obj)
matrix for which hubs are corrected
returns the matrix with hub correction
# NOT RUN { W <- matrix(abs(rnorm(10000)), 100, 100) cor.hub <- hub.correction(W) # }
Run the code above in your browser using DataLab