igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Joint Membership in Cohesive.blocks


From: Gábor Csárdi
Subject: Re: [igraph] Joint Membership in Cohesive.blocks
Date: Sat, 15 Nov 2014 11:20:55 -0500

Hi, I think this is easy. Create a matrix with all zeros, then go over
each pair of vertices, and check in which blocks they both appear in
blocks(mwBlocks). Choose the highest cohesion from these blocks. Let
us know if you need more help!

Cheers,
Gabor


On Sat, Nov 15, 2014 at 11:05 AM, Richard Benton
<address@hidden> wrote:
> Dear List,
> I'm attempting to conduct an analysis that mirrors part of the analysis in
> the Moody & White (2003) cohesive blocks paper. The authors conducted a QAP
> analysis where the dependent graph was a similarity matrix on a node level
> characteristic and the focal predictor matrix was joint membership in nested
> subsets.
>
> I'm attempting to construct a similar joint membership matrix after cohesive
> blocks: I want an n-by-n matrix, cell ij contains the cohesion level
> (k-score) of the most cohesive block containing both actors i and j. How
> might I construct such a matrix in R after cohesive.blocks?
> Thanks for any help.
> Richard
>
> _______________________________________________
> 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]