Testing for durational dependent models
These functions test whether an ERGM model or formula is durational dependent or not. If the formula or model does not include any terms that need information about the duration of existing ties, the ergm proceass can use more efficient internal data structures.
The method for NULL
always returns FALSE
by
convention.
The method for character
always returns FALSE
by
convention.
is.durational(object, ...) ## S3 method for class ''NULL'' is.durational(object, ...) ## S3 method for class 'character' is.durational(object, ...) ## S3 method for class 'formula' is.durational(object, response = NULL, basis = NULL, ...)
object |
An |
... |
Unused at this time. |
response |
Name of the edge attribute whose value is to be
modeled in the valued ERGM framework. Defaults to |
basis |
See |
TRUE
if the ERGM terms in the formula or model are durational
dependent ; FALSE
otherwise.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.