Learn R Programming

ergm (version 3.11.0)

as.rlebdm.ergm: Extract dyad-level ERGM constraint information from an ergm fit into an rlebdm object

Description

This is a thin wrapper around as.rlebdm.ergm_conlist().

Usage

# S3 method for ergm
as.rlebdm(x, ...)

Arguments

x

an ergm fit.

...

additional arguments passed on to as.rlebdm.ergm_conlist(); note, in particular, the which= argument.

See Also

as.rlebdm.ergm_conlist()