fp_merge_drs {adas.utils} | R Documentation |
Return a merged defining relationship
Description
This function, given one or more independent refining relationships, returns the most complete relationship, i.e. that which includes all the factors.
Usage
fp_merge_drs(f1, ...)
Arguments
f1 |
a formula. |
... |
other formulas. |
Details
Defining relationships are represented as one side formulas, e.g. $I=ABC$
becomes ~A*B*C
.
Value
a formula.
Examples
fp_merge_drs(~A*B*C, ~B*C*D)
[Package adas.utils version 1.2.0 Index]