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