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