| 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
InitErgmTerm.degreepopularity(nw, arglist, ...)
InitErgmTerm.hammingmix(nw, arglist, ..., version = packageVersion("ergm"))
InitErgmTerm.idegreepopularity(nw, arglist, ...)
InitErgmTerm.odegreepopularity(nw, arglist, ...)
offset.info.formula(object, ...)
Arguments
name |
See Extract. |
nw, arglist, ..., formula, object, x |
Arguments to deprecated functions. |
Functions
-
coef(ergm): extracts theergmparameters; may be removed in favour of the default method once the number ofergmobjects with$coefelements in the wild is sufficiently low. -
$: accesses elements ofergmobjects; needed for backwards compatibility when components get renamed. -
InitErgmTerm.degreepopularity(): Usedegree1.5instead. -
InitErgmTerm.idegreepopularity(): Useidegree1.5instead. -
InitErgmTerm.odegreepopularity(): Useodegree1.5instead. -
offset.info.formula():offset.info.formulareturns the offset vectors associated with a formula.
[Package ergm version 4.6.0 Index]