## S3 method for class 'ergm':
is.curved(object, ...)
## S3 method for class 'formula':
is.curved(object,
response=NULL,
basis=NULL,
\dots)
## S3 method for class 'ergm.model':
is.curved(object, ...)
## S3 method for class 'NULL':
is.curved(object, ...)
ergm
object or an ERGM formula.ergm
.TRUE
if the model fit or one implied by the formula is
curved; FALSE
otherwise.