ergm-deprecated | R Documentation |
Functions that have been superceed, were never documented, or will be removed from the package for other reasons
## S3 method for class 'ergm'
coef(object, ...)
## S3 method for class 'ergm'
x$name
control.ergm.godfather(term.options = NULL)
... , object , x |
Arguments to deprecated functions. |
name |
See Extract. |
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.
control.ergm.godfather()
: constructs a control list for ergm.godfather()
; not used at this time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.