as.rlebdm.ergm {ergm}R Documentation

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 class '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()


[Package ergm version 4.2.2 Index]