Check if a compositional model is decomposable

is.decomposable(model)

Arguments

model

Compositinal model

Value

logical

Details

Model is decomposable if the structure satisfy Running Intersection Property (RIP). Decomposibility is a structural property.

Examples

data(m) is.decomposable(m)
#> [1] FALSE