These functions test whether an ERGM fit or formula is dyad-independent.
# S3 method for ergm
is.dyad.independent(object, ...)
# S3 method for formula
is.dyad.independent(object,
response=NULL,
basis=NULL,
…)
# S3 method for conlist
is.dyad.independent(object,
object.obs = NULL,
...)
# S3 method for ergm.model
is.dyad.independent(object, ...)
# S3 method for NULL
is.dyad.independent(object, ...)
An ergm
object or an ERGM formula.
Name of the edge attribute whose value is to be modeled. See ergm
.
Unused at this time.
TRUE
if the model fit or one implied by the formula is
dyad-independent; FALSE
otherwise.
Dyad independence is determined by checking if all of the constituent parts of the object (formula, ergm terms, etc) are flagged as dyad-independent.