rlebdm objectA function to combine the free_dyads attributes of the
constraints appropriately to generate an rlebdm of dyads
toggleable and/or missing and/or informative under that combination
of constraints.
# S3 method for ergm_conlist
as.rlebdm(
  x,
  constraints.obs = NULL,
  which = c("free", "missing", "informative"),
  ...
)an ergm_conlist object: a list of initialised
constraints. NULL is treated as a placeholder for no constraint
(i.e., a constant matrix of TRUE).
observation process constraints; defaults to
NULL for all dyads observed (i.e., a constant matrix of
FALSE).
which aspect of the constraint to extract:
freefor dyads that may be toggled under the constraints
x; ignores constraints.obs;
missingfor dyads that are free but considered unobserved under the constraints; and
informativefor dyads that are both free and observed.
additional arguments, currently unused.