ergm-deprecated {ergm} | R 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
control.ergm.godfather(term.options = NULL)
Arguments
... , object , x |
Arguments to deprecated functions. |
name |
See Extract. |
Functions
-
coef(ergm)
: extracts theergm
parameters; may be removed in favour of the default method once the number ofergm
objects with$coef
elements in the wild is sufficiently low. -
$
: accesses elements ofergm
objects; needed for backwards compatibility when components get renamed. -
control.ergm.godfather()
: constructs a control list forergm.godfather()
; not used at this time.
[Package ergm version 4.9.0 Index]