View source: R/factorial_plan.R
fp_treatments | R Documentation |
Builds a list of treatments from a formula, or from a number of factors.
fp_treatments(arg)
arg |
Either a formula or a number of factors. If it is a formula, the
factors are extracted from it. If it is a number, the factors are the first
|
Defining relationships are represented as one side formulas, e.g. $I=ABC$
becomes ~A*B*C
.
A list of treatments (character vector).
fp_treatments(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.