| is.curved {ergm} | R Documentation |
These functions test whether an ERGM fit or formula is curved.
## S3 method for class 'ergm'
is.curved(object, ...)
## S3 method for class 'formula'
is.curved(object,
response=NULL,
basis=NULL,
...)
## S3 method for class 'ergm.model'
is.curved(object, ...)
## S3 method for class 'NULL'
is.curved(object, ...)
object |
An |
response, basis |
Name of the edge attribute whose value is to be modeled. See |
... |
Unused at this time. |
Curvature is checked by testing if all model parameters are canonical.
TRUE if the model fit or one implied by the formula is
curved; FALSE otherwise.