| fp_alias | R Documentation |
Given a Defining relationship or a number of factors, this function builds a matrix of aliases.
fp_alias(arg)
arg |
A formula or a number of factors. |
Defining relationships are represented as one side formulas, e.g. $I=ABC$
becomes ~A*B*C.
A matrix of logical values.
fp_alias(~A*B*C*D)
fp_alias(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.