On Tue, Mar 26, 2013 at 11:49 PM, Jeremy B. <[email protected]>wrote: [...]
> As a side note, I created fictitious star network data and got 100% in > UCINET but 75% in igraph. > An in-star is 100% centralized: library(igraph) g <- graph.star(10, mode="in") centralization.degree(g, mode="in", loops=FALSE) # # $res # [1] 9 0 0 0 0 0 0 0 0 0 # # $centralization # [1] 1 # # $theoretical_max # [1] 81 G. > ** > > ** ** > > Any help is appreciated.**** > > ** ** > > Sincerely,**** > > Jeremy**** > > ** ** > > _______________________________________________ > igraph-help mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/igraph-help > >
_______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
