igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Differences between UCINET and igraph for Freeman's degree


From: Gábor Csárdi
Subject: Re: [igraph] Differences between UCINET and igraph for Freeman's degree centralization
Date: Wed, 27 Mar 2013 00:00:01 -0400

On Tue, Mar 26, 2013 at 11:49 PM, Jeremy B. <address@hidden> 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
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

[Prev in Thread] Current Thread [Next in Thread]