fp_all_drs {adas.utils} | R Documentation |
Return a list of all defining relationships
Description
Given two or more independent refining relationships, represented as one side formulas,, this function returns a list of all possible defining relationships, including the dependent ones.
Usage
fp_all_drs(...)
Arguments
... |
formulas, or a single list of formulas. |
Details
Defining relationships are represented as one side formulas, e.g. $I=ABC$
becomes ~A*B*C
.
Value
a list of formulas.
Examples
fp_all_drs(~A*B*C, ~B*C*D)
[Package adas.utils version 1.2.0 Index]