fp_merge_drs | R Documentation |
This function, given one or more independent refining relationships, returns the most complete relationship, i.e. that which includes all the factors.
fp_merge_drs(f1, ...)
f1 |
a formula. |
... |
other formulas. |
Defining relationships are represented as one side formulas, e.g. $I=ABC$
becomes ~A*B*C
.
a formula.
fp_merge_drs(~A*B*C, ~B*C*D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.