dyad.census
computes a Holland and Leinhardt dyad census on the graphs of dat
selected by g
.
dyad.census(dat, g=NULL)
one or more graphs.
the elements of dat
to be included; by default, all graphs are processed.
A matrix whose three columns contain the counts of mutual, asymmetric, and null dyads (respectively) for each graph
Each dyad in a directed graph may be in one of four states: the null state (
Holland, P.W. and Leinhardt, S. (1970). ``A Method for Detecting Structure in Sociometric Data.'' American Journal of Sociology, 76, 492-513.
Wasserman, S., and Faust, K. (1994). ``Social Network Analysis: Methods and Applications.'' Cambridge: Cambridge University Press.
mutuality
, grecip
, rguman
triad.census
, kcycle.census
, kpath.census
# NOT RUN {
#Generate a dyad census of random data with varying densities
dyad.census(rgraph(15,5,tprob=c(0.1,0.25,0.5,0.75,0.9)))
# }
Run the code above in your browser using DataLab