Description Usage Arguments Details Value Author(s) Examples
Obtain the connected components of a network.
1 | concomp(Y)
|
Y |
(matrix) The sociomatrix. Any positive values of |
Connected components are identified essentially by identifying the
existence of directed paths between nodes. Note that the connected
components of Y
and t(Y)
may differ.
A list in which each element is a vector of nodes that belong to a connected component.
Peter Hoff
1 2 3 4 5 | data(addhealth3)
Y<-el2sm(addhealth3$E)
concomp(Y)
concomp(t(Y))
concomp(Y+t(Y))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.