oneway.plots {PASWR} | R Documentation |
Function to create dotplots, boxplots, and design plot (means) for single factor designs
oneway.plots(Y, fac1, COL = c("#A9E2FF", "#0080FF"))
Y |
response variable for a single factor design |
fac1 |
predictor variable (factor) |
COL |
a vector with two colors |
Alan T. Arnholt <arnholtat@appstate.edu>
with(data = Tire, oneway.plots(StopDist, tire))