## S3 method for class 'ergm':
is.dyad.independent(object, ...)
## S3 method for class 'formula':
is.dyad.independent(object,
response=NULL,
basis=NULL,
\dots)
## S3 method for class 'conlist':
is.dyad.independent(object,
object.obs = NULL,
...)
## S3 method for class 'ergm.model':
is.dyad.independent(object, ...)
## S3 method for class 'NULL':
is.dyad.independent(object, ...)ergm object or an ERGM formula.ergm.TRUE if the model fit or one implied by the formula is
dyad-independent; FALSE otherwise.