Skip to content
Prev 311459 / 398513 Next

Controlling the number of interactions of a lme

cleberchaves <cleberchaves <at> gmail.com> writes:
[snip]
[snip]
You probably want something like 

is ~ (direction+envir+region+hour+estom+esl)^2

for example, which would include the main effects and all two-way
interactions.  See the "Details" section of ?formula for a (terse)
description.