Learn R Programming

PASWR (version 1.3)

twoway.plots: 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

See Also

oneway.plots, checking.plots

Examples

Run this code
# NOT RUN {
with(data = TireWear, twoway.plots(Wear, Treat, Block))

# }

Run the code above in your browser using DataLab