is.stratEst.model: Class stratEst.model

View source: R/is_stratEst_model.R

is.stratEst.modelR 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.


stratEst documentation built on Dec. 1, 2022, 1:13 a.m.