| is.valued {ergm} | R Documentation |
Function to check whether an ERGM fit or some aspect of it is valued
is.valued(object, ...) ## S3 method for class 'ergm_state' is.valued(object, ...) ## S3 method for class 'edgelist' is.valued(object, ...) ## S3 method for class 'ergm' is.valued(object, ...) ## S3 method for class 'network' is.valued(object, ...)
object |
the object to be tested. |
... |
additional arguments for methods, currently unused. |
ergm_state: a method for ergm_state objects.
edgelist: a method for edgelist objects.
ergm: a method for ergm objects.
network: a method for network objects.