I have a correlation network between some clients. I used qgraph to plot it and now I would like to do some graph analysis by defining clusters , hubs and centrality.
I found this R function in the igraph package edge.betweenness.community that seems to show clusters in an igraph so I converted my qgraph to an igraph but the function didn't work as I have negative correlation values .
Is there another way to do this ?
Many thanks !
