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