ergm.design {ergm} | R Documentation |
Obtain the set of informative dyads based on the network structure.
Description
Note that this function is not recommended for general use, since
it only supports only one way of specifying observational
structure—through NA
edges. It is likely to be deprecated in
the future.
Usage
ergm.design(nw, ...)
Arguments
nw |
a |
... |
term options. |
Value
ergm.design
returns a rlebdm
of
informative (non-missing, non fixed) dyads.
[Package ergm version 4.6.0 Index]