Learn R Programming

ergm (version 2.4-2)

is.dyad.independent: Testing for dyad-independence

Description

These functions test whether an ERGM fit or formula is dyad-independent.

Usage

## S3 method for class 'ergm':
is.dyad.independent(object, ...)
## S3 method for class 'formula':
is.dyad.independent(object, basis = NULL, constraints = ~., ...)

Arguments

object
An ergm object or an ERGM formula.
basis, constraints
See ergm.
...
Unused at this time.

Value

  • TRUE if the model fit or one implied by the formula is dyad-independent; FALSE otherwise.