formulaLm {DiceEval} | R Documentation |
This function constructs a formula containing only the principal factors.
formulaLm(X,Y)
X |
a data.frame containing the design of experiments |
Y |
a vector containing the associated response |
an object of class formula
.
The names of input variables are used to build the appropriate formula.
D. Dupuy