Join us for
RADAR: AI Edition

ergm (version 3.6.1)

is.dyad.independent: Testing for dyad-independence

Description

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

Usage

"is.dyad.independent"(object, ...) "is.dyad.independent"(object, response=NULL, basis=NULL, ...) "is.dyad.independent"(object, object.obs = NULL, ...) "is.dyad.independent"(object, ...) "is.dyad.independent"(object, ...)

Arguments

object
An ergm object or an ERGM formula.
response, basis
Name of the edge attribute whose value is to be modeled. See ergm.
object.obs
...
Unused at this time.

Value

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

Details

Dyad independence is determined by checking if all of the constituent parts of the object (formula, ergm terms, etc) are flagged as dyad-independent.