ergm-deprecated: Functions that will no longer be supported in future releases...

ergm-deprecatedR Documentation

Functions that will no longer be supported in future releases of the package

Description

Functions that have been superceed, were never documented, or will be removed from the package for other reasons

Usage

## S3 method for class 'ergm'
coef(object, ...)

## S3 method for class 'ergm'
x$name

convert_ergmlhs(lhs)

Arguments

..., object, x

Arguments to deprecated functions.

name

See Extract.

Functions

  • coef(ergm): extracts the ergm parameters; may be removed in favour of the default method once the number of ergm objects with ⁠$coef⁠ elements in the wild is sufficiently low.

  • $: accesses elements of ergm objects; needed for backwards compatibility when components get renamed.

  • convert_ergmlhs(): convert_ergmlhs converts old-style settings to new-style settings.


ergm documentation built on Feb. 18, 2026, 1:06 a.m.