Description Usage Arguments Value
View source: R/multivariate_models.R
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.
1 | is_cdep(mod_spec)
|
mod_spec |
The model specification |
Whether or not the model is conditionally dependent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.