Learn R Programming

DiceEval (version 1.6.1)

formulaLm: Construction of a formula Y ~ X1+...+Xp

Description

This function constructs a formula containing only the principal factors.

Usage

formulaLm(X,Y)

Value

an object of class formula.

Arguments

X

a data.frame containing the design of experiments

Y

a vector containing the associated response

Author

D. Dupuy