Function for extracting Lambda Sets
Hi Nick, Have you tried this: http://www.bioconductor.org/packages/release/bioc/html/RBGL.html There is a function there called 'lambdaSets' Best, Mehmet
On Thu, Nov 15, 2012 at 10:45 AM, Nick Duncan <nickdunc at gmail.com> wrote:
Dear All, I would like to extract Lambda Sets from a binary matrix that represents a social network. The calculation of Lambda Sets is set out in Borgatti 1990 (which can be downloaded freely). The package SNA goes part of the way with the function MaxFlow but does not have the Lambda partitioning - but perhaps it is called differently in R. Does anyone know if it exists as a function or if there is a sequence functions to replicate it? Many thanks for any guidance on this. Best, Nick
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.