This function finds out whether structures of respective models induce the same system of conditional independence assertions. To do this, it uses the so called formal ratio - a unique representative of a class of independence equivalent structures.

structureEquiv(...)

Arguments

modelA

Model

modelB

Model

Details

Formal ratio is a structure composed from two lists representing numerator and denominator of the formal ratio model$.formalRatio) Model, rebuildFormalRatio

##---- Load MUDIM first A <- Model("test 1"); B <- Model("test 2"); structureEquiv(A, B); [1] TRUE;

structural independence least one, from doc/KEYWORDS