is.stratEst.check {stratEst} | R Documentation |
Class stratEst.check
Description
Checks if an object is of class stratEst.check
.
Usage
is.stratEst.check(x)
Arguments
x |
object to be tested. |
Details
Objects of class stratEst.check
are returned by the function stratEst.check()
of package stratEst
.
Value
is.stratEst.check
returns TRUE
if its argument is a stratEst.check
object (that is, has "stratEst.check" amongst its classes) and FALSE
otherwise.
[Package stratEst version 1.1.6 Index]