is.gof_mlergm {mlergm} | R Documentation |
Check if object is of class gof_mlergm
Description
Function checks if a provided object is of class gof_mlergm
(see gof.mlergm
for details).
Usage
is.gof_mlergm(x)
Arguments
x |
An object to be checked. |
Value
TRUE
if the provided object x
is of class gof_mlergm
, FALSE
otherwise.
See Also
[Package mlergm version 0.8 Index]