fp_all_drs | R Documentation |
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.
fp_all_drs(...)
... |
formulas, or a single list of formulas. |
Defining relationships are represented as one side formulas, e.g. $I=ABC$
becomes ~A*B*C
.
a list of formulas.
fp_all_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.