powered by
This function is intended to be used together with simulate_baseline() for partial ERGM models. Currently, only network objects are supported as input.
simulate_baseline()
network
induced_level_subgraph(net, level, lvl_attr = "sesType")
the network
the (number of the) level
name of the nodal attribute specifying the level
induced subgraph as network object.
# NOT RUN { subgraph_actors <- induced_level_subgraph(motifr::ml_net, 1) plot_mnet(subgraph_actors, label = TRUE) # }
Run the code above in your browser using DataLab