| fp_alias_list | R Documentation |
Given a defining relationship, as a one side firmula,, this function lists all the aliases for a fractional factorial plan.
fp_alias_list(arg)
arg |
A formula for the defining relationship, or the number of factors. |
Defining relationships are represented as one side formulas, e.g. $I=ABC$
becomes ~A*B*C.
a list of aliases (as formulas).
fp_alias_list(~A*B*C*D)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.