Last data update: 2014.03.03

R: Construction of a formula Y ~ X1+...+Xp
formulaLmR Documentation

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

Description

This function constructs a formula containing only the principal factors.

Usage

formulaLm(X,Y)

Arguments

X

a data.frame containing the design of experiments

Y

a vector containing the associated response

Value

an object of class formula.

Note

The names of input variables are used to build the appropriate formula.

Author(s)

D. Dupuy

Results