Skip to content
Prev 293733 / 398513 Next

Interaction plot between 2 continuous variables

This almost certainly has nothing to do with mixed effects models per
se. x1 and x2 are probably ( if what you see is not due to a few
unusual values) correlated, so the standard decomposition into main
and interaction effects does not have the usual meaningful
interpretation (e,g, that you would get from orthogonal regressors).

Please learn to use (R's) Help/search system.

??interaction (which is shorthand for help.search("interaction") would
have gotten you to
?interaction.plot

which is in base R.  Even googling on (what else?) "R interaction
plot" would have gotten you there as the first hit!

I think this is basically what you want.

-- Bert
On Sun, May 6, 2012 at 12:38 PM, Eiko Fried <torvon at gmail.com> wrote: