sm2el function

Sociomatrix to edgelist

Sociomatrix to edgelist

Construction of an edgelist from a sociomatrix

sm2el(sm,directed=TRUE)

Arguments

  • sm: a sociomatrix with possibly valued relations
  • directed: if TRUE, only use the upper triangular part of the matrix to enumerate edges

Returns

an edglist

Examples

Y<-matrix(rpois(10*10,.5),10,10) ; diag(Y)<-NA E<-sm2el(Y) el2sm(E) - Y

Author(s)

Peter Hoff

  • Maintainer: Peter Hoff
  • License: GPL-3
  • Last published: 2024-02-20