is.valued {ergm} | R Documentation |
Function to check whether an ERGM fit or some aspect of it is valued
Description
Function to check whether an ERGM fit or some aspect of it is valued
Usage
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, ...)
Arguments
object |
the object to be tested. |
... |
additional arguments for methods, currently unused. |
Methods (by class)
-
is.valued(ergm_state)
: a method forergm_state
objects. -
is.valued(edgelist)
: a method foredgelist
objects. -
is.valued(ergm)
: a method forergm
objects. -
is.valued(network)
: a method fornetwork
objects that tests whether the network has been instrumented with a valued%ergmlhs%
"response"
specification, typically byergm_preprocess_response()
. Note that it is not a test for whether a network has edge attributes. This method is primarily for internal use.
[Package ergm version 4.6.0 Index]