data(randomREHsmall)
# actors names
randomREHsmall$actors
# types names
randomREHsmall$types
# run the preprocessing function reh() by supplying the loaded objects.
small_edgelist_reh <- remify(edgelist = randomREHsmall$edgelist,
actors = randomREHsmall$actors,
directed = TRUE,
ordinal = FALSE,
origin = randomREHsmall$origin,
omit_dyad = randomREHsmall$omit_dyad,
model = "tie")
# `small_edgelist_reh` is an object of class `reh`
class(small_edgelist_reh)
# names of objects inside `small_edgelist_reh`
names(small_edgelist_reh)
Run the code above in your browser using DataLab