combine_ergmlhs {ergm.multi} | R Documentation |
Combine the %ergmlhs%
settings of a list of networks
Description
This is a helper function to go through the network
objects in the list
and accumulate their %ergmlhs%
settings, printing a message if
the settings clash. Later networks' settings overwrite the earlier.
Usage
combine_ergmlhs(nwl, ignore.settings = c())
Arguments
nwl |
a |
ignore.settings |
a |
Value
A list
of settings, suitable for being assigned as the
ergm
network attribute.
[Package ergm.multi version 0.3.0 Index]