oneway.plots {PASWR} | R Documentation |
Exploratory Graphs for Single Factor Designs
Description
Function to create dotplots, boxplots, and design plot (means) for single factor designs
Usage
oneway.plots(Y, fac1, COL = c("#A9E2FF", "#0080FF"))
Arguments
Y |
response variable for a single factor design |
fac1 |
predictor variable (factor) |
COL |
a vector with two colors |
Author(s)
Alan T. Arnholt <arnholtat@appstate.edu>
See Also
Examples
with(data = Tire, oneway.plots(StopDist, tire))
[Package PASWR version 1.3 Index]