Examples for 's20x::interactionPlots'


Interactions Plot for Two-way Analysis of Variance

Aliases: interactionPlots interactionPlots.default interactionPlots.formula

Keywords: hplot

### ** Examples


data(mtcars)
interactionPlots(wt ~ vs + gear, mtcars)
plot of chunk example-s20x-interactionPlots-1
## note this usage is deprecated
data(mtcars)
with(mtcars, interactionPlots(wt, vs, gear))
plot of chunk example-s20x-interactionPlots-1

[Package s20x version 3.1-31 Index]