is_cdep: Is this model conditionally dependent?

Description Usage Arguments Value

View source: R/multivariate_models.R

Description

Return True for conditionally dependent models and False for conditionally independent models. For the special case of a univariate model, False is returned. Aside from this, the model is conditionally indepenendent if (a) mod_spec$cdep_spec is 'indep' or (b) mod_spec$cdep_spec is 'dep', but cdep_groups is all NA.

Usage

1
is_cdep(mod_spec)

Arguments

mod_spec

The model specification

Value

Whether or not the model is conditionally dependent


MichaelHoltonPrice/yada documentation built on Sept. 19, 2021, 11:27 p.m.