View source: R/is_stratEst_strategy.R
is.stratEst.strategy | R Documentation |
Checks if an object is of class stratEst.strategy
.
is.stratEst.strategy(x)
x |
object to be tested. |
Objects of class stratEst.strategy
is returned by the function stratEst.strategy()
of package stratEst
.
is.stratEst.strategy
returns TRUE
if its argument is a stratEst.strategy
object (that is, has "stratEst.strategy" amongst its classes) and FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.