is.imputeMulti {imputeMulti} | R Documentation |
Function that checks if the target object is a imputeMulti
object.
is.imputeMulti(x)
x |
any R object. |
Returns TRUE
if its argument has class "imputeMulti" among its classes and
FALSE
otherwise.