fp_effect_names | R Documentation |
Returns the effect names from a formula, according to Yates' convention.
fp_effect_names(arg)
arg |
A formula. |
Defining relationships are represented as one side formulas, e.g. $I=ABC$
becomes ~A*B*C
.
An ordered factor with the effect names.
fp_effect_names(~A*B*C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.