is.dyad.independent {ergm} | R Documentation |
These functions test whether an ERGM fit or formula is dyad-independent.
## S3 method for class 'ergm' is.dyad.independent(object, ...) ## S3 method for class 'formula' is.dyad.independent(object, basis = NULL, constraints = ~., ...)
object |
An |
basis, constraints |
See |
... |
Unused at this time. |
TRUE
if the model fit or one implied by the formula is
dyad-independent; FALSE
otherwise.