Learn R Programming

ergm (version 3.1.3)

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, 
                                      response=NULL,
                                      basis=NULL,
                                      \dots)

Arguments

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

Value

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