[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Centrality measure "integration" in iGraph/R?
From: |
Tamás Nepusz |
Subject: |
Re: [igraph] Centrality measure "integration" in iGraph/R? |
Date: |
Thu, 26 Jun 2014 13:15:17 +0200 |
Hello,
As far as I know there is no built-in implementation of the integration measure
in igraph, but as it is based on the (reverse) length of shortest paths, you
can simply use shortest.paths() to get the length of the shortest paths and
then follow the formulae of the integration measure in Valente & Foreman's
paper (Social Networks 20 (1998) 89-105) to calculate the integration.
--
T.
------------------------------------------------------
From: Kai Pohl address@hidden
Reply: Help for igraph users address@hidden
Date: 26 June 2014 at 08:56:15
To:address@hidden address@hidden
Subject: [igraph] Centrality measure "integration" in iGraph/R?
> Hello,
> my task is to rebuild the project of the text "The stability of centrality
> measures when
> networks are sampled" from 2003 in R. With RStudio and iGraph. There is one
> centraity
> measure, called "integration", that is missing. My search in RStudio/iGraph
> and on
> Google was unsuccessful. Do you know where I can find that centrality measure
> or how I
> can program or import that function in my R-project?
> Best regardsKai _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>