twoway.plots: Exploratory Graphs for Two Factor Designs

View source: R/twoway.plots.R

twoway.plotsR Documentation

Exploratory Graphs for Two Factor Designs

Description

Function creates side-by-side boxplots for each factor, a design plot (means), and an interaction plot.

Usage

twoway.plots(Y, fac1, fac2, COL = c("#A9E2FF", "#0080FF"))

Arguments

Y

response variable

fac1

factor one

fac2

factor two

COL

a vector with two colors

Author(s)

Alan T. Arnholt <arnholtat@appstate.edu>

See Also

oneway.plots, checking.plots

Examples

with(data = TireWear, twoway.plots(Wear, Treat, Block))


PASWR documentation built on May 15, 2022, 5:05 p.m.