as.rlebdm.ergm_conlist | R Documentation |
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 class 'ergm_conlist'
as.rlebdm(
x,
constraints.obs = NULL,
which = c("free", "missing", "informative"),
...
)
x |
an |
constraints.obs |
an |
which |
which aspect of the constraint to extract:
|
... |
additional arguments, currently unused. |
For which=="free"
or "informative"
, NULL
return value
is a placeholder for a matrix of TRUE
, whereas for
which=="missing"
it is a placeholder for a matrix of FALSE
.
Each element in the constraint list has a sign, which
determins whether the constraint further restricts (for +
) or
potentially relaxes restriction (for -
).
ergmConstraint
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.