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
Function for extracting Lambda Sets
3 messages · Suzen, Mehmet, Nick Duncan
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.
Marvelous! That is exactly what I have been looking for. Many thanks, Nick
On 16 November 2012 08:33, Suzen, Mehmet <msuzen at gmail.com> wrote:
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.
An Englishman, even if he is alone, forms an orderly queue of one. --George Mikes