# processing the random network 'randomREH'
library(remify)
data(randomREH)
reh <- remify(edgelist = randomREH$edgelist,
model = "tie",
riskset = "manual",
omit_dyad = randomREH$omit_dyad)
# find type ID from the type name
getTypeID(x = reh, typeName = c("conflict","cooperation"))
Run the code above in your browser using DataLab